Skip to content

Commit 0ebd0d9

Browse files
committed
Update golangci-lint action version in GitHub workflow
1 parent 949e118 commit 0ebd0d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
echo "fake" > app/build/static/fake.txt
2929
3030
- name: golangci-lint
31-
uses: golangci/golangci-lint-action@v6
31+
uses: golangci/golangci-lint-action@v8
3232
with:
33-
version: v1.60
33+
version: v2.1

0 commit comments

Comments
 (0)