Skip to content

Commit 391f301

Browse files
silverwindalecthomas
authored andcommitted
Fix golangci-lint download
2b9ea60 updated the version but removed the `v` prefix which I think is what makes the download fail.
1 parent bac6996 commit 391f301

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go:
44
- "1.13.x"
55
script:
66
- go test -v ./...
7-
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | bash -s 1.26.0
7+
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | bash -s v1.26.0
88
- ./bin/golangci-lint run
99
- git clean -fdx .
1010
after_success:

0 commit comments

Comments
 (0)