We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ebd8d6 commit 3efa6c9Copy full SHA for 3efa6c9
.travis.yml
@@ -18,7 +18,7 @@ before_install:
18
- sudo apt-get update
19
20
install:
21
- - curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.55.1
+ - curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.55.2
22
- curl -sfL https://raw.githubusercontent.com/securego/gosec/master/install.sh | sh -s -- -b $(go env GOPATH)/bin
23
- go install golang.org/x/tools/cmd/goimports@latest
24
0 commit comments