From 7e697c7386f54df7939b1a664770725af2826241 Mon Sep 17 00:00:00 2001 From: umarcor Date: Mon, 11 May 2020 15:38:40 +0200 Subject: [PATCH] ci: update golangci-lint install URL --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 437a3c031..e0a3b5004 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ env: GO111MODULE=on before_install: - go get -u github.com/kyoh86/richgo - go get -u github.com/mitchellh/gox - - curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin latest + - curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin latest matrix: allow_failures: