Skip to content

Commit

Permalink
Hard-coding golangci-lint version
Browse files Browse the repository at this point in the history
  • Loading branch information
Janos Bonic committed Sep 23, 2022
1 parent 8dcf43f commit b9aaf69
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
uses: actions/checkout@v2
- name: Run golangci-lint
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
test:
name: go test
runs-on: ubuntu-latest
Expand Down

0 comments on commit b9aaf69

Please sign in to comment.