Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1be6401

Browse files
committed
match coder/coder linter version
1 parent 45c8002 commit 1be6401

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- name: Get golangci-lint cache dir
2525
run: |
26-
linter_ver=1.55.2
26+
linter_ver=1.64.8
2727
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v$linter_ver
2828
dir=$(golangci-lint cache status | awk '/Dir/ { print $2 }')
2929
echo "LINT_CACHE_DIR=$dir" >> $GITHUB_ENV

0 commit comments

Comments
 (0)