Skip to content

Commit

Permalink
Merge pull request #13 from kanmu/dependabot/github_actions/dependenc…
Browse files Browse the repository at this point in the history
…ies-fd569f76eb

Bump golangci/golangci-lint-action from 4 to 5 in the dependencies group
  • Loading branch information
sho-hata committed Apr 29, 2024
2 parents 4f564f8 + e6efca9 commit 3890103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
cache: false

- name: Lint
uses: golangci/golangci-lint-action@v4
uses: golangci/golangci-lint-action@v5

- name: Build
run: go build -v ./...
Expand Down

0 comments on commit 3890103

Please sign in to comment.