Skip to content

Commit 3efa6c9

Browse files
authored
build: bump golangci-lint version to 1.55.2 (#203)
Signed-off-by: Phil Adams <[email protected]>
1 parent 9ebd8d6 commit 3efa6c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ before_install:
1818
- sudo apt-get update
1919

2020
install:
21-
- curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.55.1
21+
- curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.55.2
2222
- curl -sfL https://raw.githubusercontent.com/securego/gosec/master/install.sh | sh -s -- -b $(go env GOPATH)/bin
2323
- go install golang.org/x/tools/cmd/goimports@latest
2424

0 commit comments

Comments
 (0)