ci: test on go 1.14 (#138)
Add go 1.14 to CI testing. Upgrade golang.org/x/tools dependency to resolve golang/go#37617.
This commit is contained in:
committed by
GitHub
parent
6df701fe67
commit
f891fe8d97
@@ -7,7 +7,7 @@ go mod download
|
||||
go install ./internal/cmd/asmdecl
|
||||
|
||||
# Install golangci-lint
|
||||
golangci_lint_version='v1.18.0'
|
||||
golangci_lint_version='v1.23.6'
|
||||
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $GOPATH/bin ${golangci_lint_version}
|
||||
|
||||
# Turn off modules for tools install.
|
||||
|
||||
Reference in New Issue
Block a user