Skip to content

Commit 1abe8b1

Browse files
authored
deps: Update golangci/golangci-lint-action action to v6 (#557)
1 parent be20f0e commit 1abe8b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
run: |
6262
go mod tidy && git diff --exit-code
6363
- name: golangci-lint
64-
uses: golangci/golangci-lint-action@d6238b002a20823d52840fda27e2d4891c5952dc # v4.0.1
64+
uses: golangci/golangci-lint-action@a4f60bb28d35aeee14e6880718e0c85ff1882e64 # v6.0.1
6565
with:
6666
version: latest
6767
args: --timeout 3m

0 commit comments

Comments
 (0)