Skip to content

Commit 8586245

Browse files
committed
chore: update golangci-lint action to v9 and pin version
1 parent c7d9cce commit 8586245

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ jobs:
113113
restore-keys: |
114114
${{runner.os}}-go-
115115
- name: Lint
116-
uses: golangci/golangci-lint-action@v3.1.0
116+
uses: golangci/golangci-lint-action@v9
117117
with:
118-
version: latest
118+
version: v2.10
119119
- name: Format code
120120
run: |
121121
if [ $(find . ! -path "./vendor/*" -name "*.go" -exec gofmt -s -d {} \;|wc -l) -gt 0 ]; then

0 commit comments

Comments
 (0)