Skip to content

Commit

Permalink
chore: pin golanglint-ci to v1.58.2 (#12054)
Browse files Browse the repository at this point in the history
Fixes: #12044
  • Loading branch information
rvagg committed May 28, 2024
1 parent eed108e commit 62228e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
submodules: 'recursive'
- uses: ./.github/actions/install-system-dependencies
- uses: ./.github/actions/install-go
- run: go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
- run: go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.58.2
- run: make deps
- run: golangci-lint run -v --timeout 10m --concurrency 4
check-fmt:
Expand Down

0 comments on commit 62228e1

Please sign in to comment.