From e6076a3a3444323f8243f605791d57ec7174a45e Mon Sep 17 00:00:00 2001 From: Cory LaNou Date: Tue, 8 Sep 2020 10:46:13 -0500 Subject: [PATCH] Update main example with latest version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 908614b..750aba2 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: golangci-lint - uses: golangci/golangci-lint-action@v1 + uses: golangci/golangci-lint-action@v2 with: # Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version. version: v1.29