Skip to content

Commit 77d6040

Browse files
committed
use latest version of golangci/golangci-lint-action
1 parent a54c7aa commit 77d6040

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: GolangCI-Lint
5757
uses: golangci/golangci-lint-action@v7
5858
with:
59-
version: v1.64
59+
version: latest
6060

6161
test:
6262
if: true # false to skip job during debug

0 commit comments

Comments
 (0)