Skip to content

Commit 2b55ef2

Browse files
committed
chore: update golangci-lint GH action version
1 parent a4775ef commit 2b55ef2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
go-version: "1.24"
1818
cache: false
1919
- name: GolangCi-Lint
20-
uses: golangci/golangci-lint-action@v6.4.1
20+
uses: golangci/golangci-lint-action@v6.5.0
2121
with:
22-
version: v1.62.0
22+
version: v1.64.5
2323
args: --timeout=5m
2424
test:
2525
name: Test

0 commit comments

Comments
 (0)