Skip to content

Commit

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

Bump golangci/golangci-lint-action from 4 to 5
  • Loading branch information
shogo82148 committed Apr 27, 2024
2 parents 508790d + d26267b commit dd036fa
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@v4
uses: golangci/golangci-lint-action@v5
continue-on-error: true
with:
version: latest

0 comments on commit dd036fa

Please sign in to comment.