forked from LaconicNetwork/kompose
Update golang versions in ci (#1437)
This commit is contained in:
@@ -111,10 +111,10 @@ test: bin test-dep validate test-unit-cover install test-cmd
|
||||
# Install all the required test-dependencies before executing tests (only valid when running `make test`)
|
||||
.PHONY: test-dep
|
||||
test-dep:
|
||||
go get github.com/mattn/goveralls
|
||||
go get github.com/modocache/gover
|
||||
go get golang.org/x/lint/golint
|
||||
go get github.com/mitchellh/gox
|
||||
go install github.com/mattn/goveralls@latest
|
||||
go install github.com/modocache/gover@latest
|
||||
go install golang.org/x/lint/golint@latest
|
||||
go install github.com/mitchellh/gox@latest
|
||||
|
||||
|
||||
# build docker image that is used for running all test locally
|
||||
|
||||
Reference in New Issue
Block a user