Skip to content

Commit

Permalink
Update golangci-lint to v1.56.1 in CI
Browse files Browse the repository at this point in the history
This change updates golangci-lint version to v1.56.1 which has Go v1.22
support.

Signed-off-by: Austin Vazquez <[email protected]>
  • Loading branch information
austinvazquez committed Feb 11, 2024
1 parent 8547911 commit 12b653d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: run golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.51.2
version: v1.56.1
args: --verbose

- name: run tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: run golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.51.2
version: v1.56.1
args: --verbose

- name: run tests
Expand Down

0 comments on commit 12b653d

Please sign in to comment.