Skip to content

Commit ed83e0b

Browse files
committed
.github/workflows/test: downgrade GolangCI Lint to v1.42.1
v1.44.2 contains a bug: ``` panic: load embedded ruleguard rules: rules/rules.go:13: can't load fmt ``` golangci/golangci-lint#2374
1 parent 2fea051 commit ed83e0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: golangci/golangci-lint-action@v3
2121
with:
2222
args: --timeout=3m
23-
version: v1.44.2
23+
version: v1.42.1
2424

2525
- name: Test
2626
run: go test

0 commit comments

Comments
 (0)