Skip to content

Commit

Permalink
golangci-lint v1.45.2 avoids panic on Go 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
areed committed Mar 25, 2022
1 parent 41f9a6c commit 842cf84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -28,7 +28,7 @@ jobs:
name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: 'v1.45.0'
version: 'v1.45.2'
args: --timeout=30m
-
name: Test, Build
Expand Down
2 changes: 1 addition & 1 deletion make/common.mk
Expand Up @@ -17,7 +17,7 @@ OUTPUT_ROOT=output/

bootstra%:
# Using a released version of golangci-lint to take into account custom replacements in their go.mod
$Q curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $$(go env GOPATH)/bin v1.42.0
$Q curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $$(go env GOPATH)/bin v1.45.2

.PHONY: bootstra%

Expand Down

0 comments on commit 842cf84

Please sign in to comment.