Skip to content

Commit 97fc93a

Browse files
committed
Use slightly older golangci-lint
Avoid dealing with removed deprecated plugins for now.
1 parent 06e6e88 commit 97fc93a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Lint
2121
uses: golangci/golangci-lint-action@v6
2222
with:
23-
version: v1.59
23+
version: v1.56
2424

2525
- name: Test
2626
run: go test -v ./...

0 commit comments

Comments
 (0)