We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa4f575 commit 444dc74Copy full SHA for 444dc74
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
uses: actions/checkout@v4
18
19
- name: Set up Go
20
- uses: actions/setup-go@v4
+ uses: actions/setup-go@v5
21
with:
22
go-version: ${{ matrix.go-version }}
23
@@ -31,15 +31,10 @@ jobs:
31
restore-keys: |
32
${{ runner.os }}-go-${{ matrix.go-version }}-
33
34
- - name: Install golangci-lint
35
- uses: golangci/golangci-lint-action@v4
36
- with:
37
- version: v1.60.0
38
-
39
- name: Run golangci-lint
40
+ uses: golangci/golangci-lint-action@v6
41
42
- args: run ./...
+ version: v1.63.4
43
44
- name: Run go vet
45
run: go vet ./...
0 commit comments