Skip to content

Commit b518b63

Browse files
committed
update golangci-lint to v0.33.0
1 parent d28c157 commit b518b63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ before_install:
3131
# golangci.com will be closed on 2020-04-15
3232
# https://medium.com/golangci/golangci-com-is-closing-d1fc1bd30e0e
3333
before_script:
34-
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.30.0
34+
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.33.0
3535

3636
script: ./test.sh
3737

0 commit comments

Comments
 (0)