Skip to content

Commit dca7d20

Browse files
austinvazquezZheaoli
authored andcommitted
Update golangci-lint to v1.56.1 in CI
This change updates golangci-lint version to v1.56.1 which has Go v1.22 support. Signed-off-by: Austin Vazquez <[email protected]>
1 parent 9ff24f0 commit dca7d20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: run golangci-lint
3333
uses: golangci/golangci-lint-action@v4
3434
with:
35-
version: v1.51.2
35+
version: v1.56.1
3636
args: --verbose
3737

3838
- name: run tests

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: run golangci-lint
3333
uses: golangci/golangci-lint-action@v4
3434
with:
35-
version: v1.51.2
35+
version: v1.56.1
3636
args: --verbose
3737

3838
- name: run tests

0 commit comments

Comments
 (0)