Skip to content

Commit

Permalink
ci: pin golangci-lint to v1.47.2 in GHA
Browse files Browse the repository at this point in the history
golangci v1.48 uses `go fmt` from go 1.19, but that version of `go fmt`
is incompatible with the one in go 1.17 that we use.

See
golangci/golangci-lint-action#535
  • Loading branch information
viccuad committed Aug 24, 2022
1 parent 9cf8d51 commit 255cc0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Expand Up @@ -22,4 +22,4 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
version: v1.47.2

0 comments on commit 255cc0b

Please sign in to comment.