We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96ae7c4 commit d9efeabCopy full SHA for d9efeab
.github/workflows/codetests.yml
@@ -47,7 +47,7 @@ jobs:
47
go-version: stable
48
- uses: actions/checkout@v4
49
- name: golangci-lint
50
- uses: golangci/golangci-lint-action@v6
+ uses: golangci/golangci-lint-action@v8
51
with:
52
version: v1.64
53
# Runs golangci-lint on linux against linux and windows.
@@ -65,6 +65,6 @@ jobs:
65
66
67
68
69
70
0 commit comments