Update golang versions in ci (#1437)

This commit is contained in:
Hang Yan
2021-10-02 02:18:20 +08:00
committed by GitHub
parent 6bd22ce565
commit 9a6a24cb16
5 changed files with 8 additions and 30 deletions
+4 -4
View File
@@ -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