mirror of
https://github.com/netbirdio/ice.git
synced 2026-05-22 17:10:58 -07:00
Fix golangci for go1.13
As suggested in https://github.com/golangci/golangci-lint/issues/658
This commit is contained in:
committed by
Sean DuBois
parent
2a0747d42d
commit
9ff80d256a
+1
-1
@@ -7,7 +7,7 @@ env:
|
||||
- GO111MODULE=on
|
||||
|
||||
before_script:
|
||||
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | bash -s -- -b $GOPATH/bin v1.17.1
|
||||
- GO111MODULE=off go get -u github.com/golangci/golangci-lint/cmd/golangci-lint
|
||||
|
||||
script:
|
||||
- golangci-lint run ./...
|
||||
|
||||
Reference in New Issue
Block a user