Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45c8002 commit 1be6401Copy full SHA for 1be6401
.github/workflows/lint.yml
@@ -23,7 +23,7 @@ jobs:
23
24
- name: Get golangci-lint cache dir
25
run: |
26
- linter_ver=1.55.2
+ linter_ver=1.64.8
27
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v$linter_ver
28
dir=$(golangci-lint cache status | awk '/Dir/ { print $2 }')
29
echo "LINT_CACHE_DIR=$dir" >> $GITHUB_ENV
0 commit comments