remove goflags, add go mod tidy
This commit is contained in:
parent
d8a42a7753
commit
5f97906045
@ -14,13 +14,14 @@ environment:
|
|||||||
GOVERSION: 1.11.x
|
GOVERSION: 1.11.x
|
||||||
GO111MODULE: on
|
GO111MODULE: on
|
||||||
GOPROXY: https://proxy.golang.org
|
GOPROXY: https://proxy.golang.org
|
||||||
GOFLAGS: -mod=readonly
|
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- set PATH=%GOPATH%\bin;C:\go\bin;%PATH%
|
- set PATH=%GOPATH%\bin;C:\go\bin;%PATH%
|
||||||
- go version
|
- go version
|
||||||
- go env
|
- go env
|
||||||
- go get github.com/urfave/gfmrun/cmd/gfmrun
|
- go get github.com/urfave/gfmrun/cmd/gfmrun
|
||||||
|
- go get golang.org/x/tools/cmd/goimports
|
||||||
|
- go mod tidy
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- go run build.go vet
|
- go run build.go vet
|
||||||
|
Loading…
Reference in New Issue
Block a user