Skip to content

Commit

Permalink
Merge pull request #61 from planetlabs/dependabot/github_actions/gola…
Browse files Browse the repository at this point in the history
…ngci/golangci-lint-action-6

Bump golangci/golangci-lint-action from 5 to 6
  • Loading branch information
tschaub committed May 13, 2024
2 parents 491e7e1 + 49e0686 commit 63bf247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/setup-go@v5.0.1
with:
go-version: '1.20'
- uses: golangci/golangci-lint-action@v5
- uses: golangci/golangci-lint-action@v6
with:
version: v1.51.2
args: "--out-${NO_FUTURE}format colored-line-number"
Expand Down

0 comments on commit 63bf247

Please sign in to comment.