We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 733f4c7 + b4a6f1f commit 44fcf1bCopy full SHA for 44fcf1b
.github/workflows/go.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Get dependencies
25
run: go mod vendor
26
- name: golangci-lint
27
- uses: golangci/golangci-lint-action@v6
+ uses: golangci/golangci-lint-action@v7
28
with:
29
version: latest
30
args: -c .golangci.yml
@@ -44,7 +44,7 @@ jobs:
44
cache: true
45
46
- name: Set up GolangCI-Lint
47
- run: curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $HOME/bin v1.64.4
+ run: curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $HOME/bin latest
48
49
- name: Check out code into the Go module directory
50
uses: actions/checkout@v4
0 commit comments