Skip to content

Commit 0000d99

Browse files
committed
Fix golangci-lint version for now
1 parent 0818f9b commit 0000d99

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
with:
1111
go-version-file: "go.mod"
1212
- uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
13+
with:
14+
version: 2.5.0
1315
- name: Run go vet
1416
run: |
1517
go vet ./...

0 commit comments

Comments
 (0)