There was an error while loading. Please reload this page.
1 parent c62ac9d commit 54e72afCopy full SHA for 54e72af
1 file changed
.github/workflows/go.yml
@@ -28,7 +28,9 @@ jobs:
28
run: go vet -v ./...
29
30
- name: golangci-lint
31
- uses: golangci/golangci-lint-action@v6
+ uses: golangci/golangci-lint-action@v8
32
+ with:
33
+ version: v2.1
34
35
- name: Build
36
run: go build -v ./...
0 commit comments