Skip to content

Commit

Permalink
Bump golangci/golangci-lint-action from 4 to 5 (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored May 1, 2024
1 parent 6a70eea commit 84b6eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: go vet ./...
shell: bash
- name: Golangci lint
uses: golangci/golangci-lint-action@v4
uses: golangci/golangci-lint-action@v5
if: success() || failure() # runs everytime except the job is cancelled
with:
skip-pkg-cache: true
Expand Down

0 comments on commit 84b6eea

Please sign in to comment.