Skip to content

Commit

Permalink
bump golangci-lint-action version to fix ci error (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinblack authored May 2, 2023
1 parent 5f74a09 commit eae176f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: golangci/golangci-lint-action@v2
with:
# Hard-coding version due to this bug: https://github.com/golangci/golangci-lint-action/issues/535
version: v1.47
version: v1.52.2
test:
name: go test
runs-on: ubuntu-latest
Expand Down Expand Up @@ -59,4 +59,4 @@ jobs:
/tmp/gotest.log
/tmp/coverage.out
/tmp/coverage.md
if-no-files-found: error
if-no-files-found: error

0 comments on commit eae176f

Please sign in to comment.