Skip to content

Commit

Permalink
Merge pull request #1 from marcfrederick/dependabot/github_actions/go…
Browse files Browse the repository at this point in the history
…langci/golangci-lint-action-4
  • Loading branch information
marcfrederick authored Feb 13, 2024
2 parents 4c2cfa6 + 4f7a209 commit 0a78608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: go vet ./...

- name: golangci-lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v4
with:
version: v1.55.2
only-new-issues: true

0 comments on commit 0a78608

Please sign in to comment.