Skip to content

Commit 1fa07c3

Browse files
committed
update golangci-lint version
1 parent 8c42bfd commit 1fa07c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
- uses: actions/checkout@v4
2020
- uses: actions/setup-go@v5
2121
with:
22-
go-version: '>=1.22'
22+
go-version: '>=1.23'
2323
- name: golangci-lint
2424
uses: golangci/golangci-lint-action@v6
2525
with:
26-
version: v1.58
26+
version: v1.62
2727
args: --disable-all --enable govet,staticcheck,unused

0 commit comments

Comments
 (0)