Skip to content

Commit ac526c5

Browse files
committed
align linter action versions
1 parent 442e163 commit ac526c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
- name: Add custom linter binary to path
107107
run: echo "$(pwd)/tools" >> $GITHUB_PATH
108108
- name: Run golangci-lint
109-
uses: golangci/golangci-lint-action@v6
109+
uses: golangci/golangci-lint-action@v9
110110
with:
111111
install-mode: 'none' # looks for binary in path rather than downloading
112112
args: "-v"

0 commit comments

Comments
 (0)