Skip to content

Commit dbd225c

Browse files
committed
update golangci-lint to v1.63.x
Signed-off-by: cpanato <[email protected]>
1 parent 8ae0986 commit dbd225c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818

1919
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
2020
with:
21-
go-version: "1.21"
21+
go-version: "1.22"
2222
check-latest: true
2323
cache: false
2424

2525
- name: golangci-lint
2626
uses: golangci/golangci-lint-action@ec5d18412c0aeab7936cb16880d708ba2a64e1ae # v6.2.0
2727
with:
28-
version: v1.61
28+
version: v1.63

0 commit comments

Comments
 (0)