Skip to content

Commit

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

Bump golangci/golangci-lint-action from 5 to 6 in the dependencies group
  • Loading branch information
winebarrel committed Aug 12, 2024
2 parents 3fc5e61 + f577a98 commit 29c1b87
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@v5
uses: golangci/golangci-lint-action@v6

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

0 comments on commit 29c1b87

Please sign in to comment.