We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdd24ad commit 6820aa9Copy full SHA for 6820aa9
.github/workflows/codetests.yml
@@ -34,7 +34,7 @@ jobs:
34
go-version: 1.19
35
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
36
- name: golangci-lint
37
- uses: golangci/golangci-lint-action@v3
+ uses: golangci/golangci-lint-action@v9
38
with:
39
version: v1.50
40
# Runs golangci-lint on linux against linux and windows.
@@ -52,6 +52,6 @@ jobs:
52
53
54
55
56
57
0 commit comments