Skip to content

Commit

Permalink
Merge pull request #14 from Icinga/Use-`golangci/golangci-lint-action…
Browse files Browse the repository at this point in the history
…@v6`

Use `golangci/golangci-lint-action@v6`
  • Loading branch information
lippserd authored May 24, 2024
2 parents 2b01345 + ce6c45c commit 2d47d95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
cache: false

- name: Lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v6
with:
version: latest
only-new-issues: true
Expand Down

0 comments on commit 2d47d95

Please sign in to comment.