Skip to content

Commit 543f8ed

Browse files
committedFeb 1, 2025·
update lint GHA
1 parent 141e197 commit 543f8ed

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎.github/workflows/golangci-lint.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ jobs:
1212
name: lint
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v3
16-
- uses: actions/setup-go@v4
15+
- uses: actions/checkout@v4
16+
- uses: actions/setup-go@v5
1717
with:
18-
go-version: 1.20.5
18+
go-version: 1.22.10
1919
check-latest: true
2020
- name: golangci-lint
21-
uses: golangci/golangci-lint-action@v3.4.0
21+
uses: golangci/golangci-lint-action@v6.2.0
2222
with:
23-
version: v1.53.3
23+
version: v1.54.0
2424
args: --timeout 5m

0 commit comments

Comments
 (0)
Please sign in to comment.