Skip to content

Commit

Permalink
chore: upgrade to golangci-lint 1.59.1 (#3724)
Browse files Browse the repository at this point in the history
Potentially closes
#3723
  • Loading branch information
rootulp committed Jul 23, 2024
1 parent 72168c0 commit c656fba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
go.sum
- uses: golangci/[email protected]
with:
version: v1.57.0
version: v1.59.1
args: --timeout 10m
github-token: ${{ secrets.github_token }}
skip-pkg-cache: true
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ This repo contains multiple go modules. When using it, rename `go.work.example`

### Tools

1. Install [golangci-lint](https://golangci-lint.run/welcome/install) 1.57.0
1. Install [golangci-lint](https://golangci-lint.run/welcome/install) 1.59.1
1. Install [markdownlint](https://github.com/DavidAnson/markdownlint) 0.39.0
1. Install [hadolint](https://github.com/hadolint/hadolint)
1. Install [yamllint](https://yamllint.readthedocs.io/en/stable/quickstart.html)
Expand Down

0 comments on commit c656fba

Please sign in to comment.