Skip to content

Commit

Permalink
Merge pull request #32 from RainbowMango/pr_bump_golangci-lint
Browse files Browse the repository at this point in the history
Bump golangci-lint
  • Loading branch information
k8s-ci-robot committed May 20, 2024
2 parents b786eef + b120364 commit 77f5c1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
- uses: actions/setup-go@v3
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v6
with:
# the version of golangci-lint.
version: v1.45.2
version: v1.58.0

# show only new issues if it's a pull request.
only-new-issues: false
Expand Down

0 comments on commit 77f5c1c

Please sign in to comment.