Skip to content

Commit 70397c0

Browse files
committed
fixup! chore: update golangci-lint to v2.4.0
1 parent 24c9090 commit 70397c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/golangci-lint.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ jobs:
1717
go-version: "1.25.x"
1818
cache: false
1919
- name: lint
20-
uses: golangci/[email protected]
20+
# v8.0.0
21+
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9
2122
with:
2223
version: v2.4.0
2324
args: --timeout=5m

0 commit comments

Comments
 (0)