Skip to content

Commit

Permalink
Update run-golangci-lint version
Browse files Browse the repository at this point in the history
Bump run-golangci-lint action to v5.1.0
  • Loading branch information
vkmc committed Apr 30, 2024
1 parent af4dc34 commit 0362a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
#- name: download libraries
# run: go mod download
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v5.1.0
with:
# Caching conflicts happen in GHA, so just disable for now
skip-cache: true
Expand Down

0 comments on commit 0362a6e

Please sign in to comment.