Skip to content

Commit 1a4dd3f

Browse files
authored
Update CI
1 parent 70b714f commit 1a4dd3f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/golangci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v3.0.1
13+
uses: actions/checkout@v4
1414

1515
- name: Setup Go
16-
uses: actions/setup-go@v4
16+
uses: actions/setup-go@v5
1717
with:
1818
go-version: 1.20.x
1919

2020
- run: go mod vendor
2121

2222
- name: Run golangci-lint
23-
uses: golangci/golangci-lint-action@v3
23+
uses: golangci/golangci-lint-action@v7
2424
with:
25-
version: v1.53
25+
version: v2.0.2

0 commit comments

Comments
 (0)