Skip to content

Commit 47eba6a

Browse files
committed
Update golangci-lint
1 parent 588ac49 commit 47eba6a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313
name: lint
1414
runs-on: ubuntu-22.04
1515
steps:
16-
- uses: actions/setup-go@v3
16+
- uses: actions/setup-go@v5
1717
with:
1818
go-version: "^1.22"
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v4
2020
- name: golangci-lint
21-
uses: golangci/golangci-lint-action@v3
21+
uses: golangci/golangci-lint-action@v6
2222
with:
2323
version: latest
2424
args: --timeout=60m

0 commit comments

Comments
 (0)