Skip to content

Commit eb6a3ed

Browse files
committed
fixup! cache golangci-lint
1 parent 82320d5 commit eb6a3ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ jobs:
104104

105105
- name: Get golangci-lint cache dir
106106
run: |
107+
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.53.2
107108
dir=$(golangci-lint cache status | awk '/Dir/ { print $2 }')
108109
echo "LINT_CACHE_DIR=$dir" >> $GITHUB_ENV
109110

0 commit comments

Comments
 (0)