Skip to content

Commit b2a73e7

Browse files
author
Your Name
committed
chore: pin golangci-lint version to v1.54.2
1 parent a1cafd8 commit b2a73e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
go-version: 1.19
1919

2020
- name: Install golangci-lint
21-
run: go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
21+
run: go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.54.2
2222

2323
- name: Run linters
2424
run: golangci-lint run

0 commit comments

Comments
 (0)