Skip to content

Commit b20551f

Browse files
committed
set older golangci version due to bug golangci/golangci-lint-action#535
1 parent 771c789 commit b20551f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/golangci-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: golangci/golangci-lint-action@v3
2424
with:
2525
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
26-
version: latest
26+
version: v1.47.0
2727
args: --timeout 3m --verbose
2828

2929
# Optional: working directory, useful for monorepos

0 commit comments

Comments
 (0)