Skip to content

Commit 57d8e7a

Browse files
committed
Upgrading gopkg version
1 parent 25661f3 commit 57d8e7a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/linters.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: golangci-lint
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/setup-go@v4
17+
- uses: actions/setup-go@v5
1818
with:
1919
go-version: "1.22"
2020
cache: false
@@ -24,7 +24,7 @@ jobs:
2424
run: |
2525
go mod vendor
2626
- name: golangci-lint
27-
uses: golangci/golangci-lint-action@v3
27+
uses: golangci/golangci-lint-action@v4
2828
with:
29-
version: v1.53
29+
version: latest
3030
skip-cache: true

0 commit comments

Comments
 (0)