remove goflags, add go mod tidy

main
Ajitem Sahasrabuddhe 5 years ago
parent d8a42a7753
commit 5f97906045
No known key found for this signature in database
GPG Key ID: 782DEBC01D3967A5

@ -14,13 +14,14 @@ environment:
GOVERSION: 1.11.x
GO111MODULE: on
GOPROXY: https://proxy.golang.org
GOFLAGS: -mod=readonly
install:
- set PATH=%GOPATH%\bin;C:\go\bin;%PATH%
- go version
- go env
- go get github.com/urfave/gfmrun/cmd/gfmrun
- go get golang.org/x/tools/cmd/goimports
- go mod tidy
build_script:
- go run build.go vet

Loading…
Cancel
Save