Skip to content

Commit

Permalink
Merge pull request #16 from otakakot/renovate/golangci-golangci-lint-…
Browse files Browse the repository at this point in the history
…action-6.x

Update golangci/golangci-lint-action action to v6
  • Loading branch information
otakakot authored May 8, 2024
2 parents b13e15e + 36ca1d2 commit 9ad0c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Build
run: go build ./...
- name: Golangci-lint
uses: golangci/golangci-lint-action@v5
uses: golangci/golangci-lint-action@v6
with:
version: v1.57.2
args: --allow-parallel-runners

0 comments on commit 9ad0c27

Please sign in to comment.