Skip to content

Commit

Permalink
Bump Golang CI action to fix failed CI run (#146)
Browse files Browse the repository at this point in the history
Signed-off-by: Oleg Atamanenko <[email protected]>
  • Loading branch information
uthark authored Nov 16, 2020
1 parent 8af4f02 commit 2a7768f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
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.32
Expand Down

0 comments on commit 2a7768f

Please sign in to comment.