Skip to content

Commit

Permalink
Merge pull request #51 from shogo82148/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
shogo82148 committed May 7, 2024
2 parents dd036fa + c00e83d commit 15f995e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -96,7 +96,7 @@ jobs:
go vet ./...
- name: golangci-lint
uses: golangci/golangci-lint-action@v5
uses: golangci/golangci-lint-action@v6
continue-on-error: true
with:
version: latest

0 comments on commit 15f995e

Please sign in to comment.