Skip to content

Commit

Permalink
Merge pull request #119 from ksysoev/dependabot/github_actions/golang…
Browse files Browse the repository at this point in the history
…ci/golangci-lint-action-6

Bump golangci/golangci-lint-action from 3 to 6
  • Loading branch information
ksysoev authored Sep 12, 2024
2 parents 9511e33 + e28fa77 commit 3140cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Display Go version
run: go version
- name: Code Lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v6
with:
version: v1.60.1
- name: Build
Expand Down

0 comments on commit 3140cbf

Please sign in to comment.