Skip to content

Commit 668a630

Browse files
committed
ci: upgrade golangci-lint to v1.15.0
fixes unparam false-positives
1 parent d4f0335 commit 668a630

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
@@ -27,7 +27,7 @@ before_script:
2727
- git fetch
2828

2929
# Install golangci-lint
30-
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $GOPATH/bin v1.12.2
30+
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $GOPATH/bin v1.15.0
3131

3232
# Download test data
3333
- pushd cs-demos && git lfs pull -I '*' && popd

0 commit comments

Comments
 (0)