Skip to content

Commit

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

Bump golangci/golangci-lint-action from 3 to 6
  • Loading branch information
ksysoev authored Sep 14, 2024
2 parents fb34152 + a74d93c commit a51ab4d
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 @@ -14,7 +14,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 a51ab4d

Please sign in to comment.