mirror of https://github.com/goproxyio/goproxy
fix CI
parent
3ba85be18d
commit
ebcb9429d3
|
@ -1,6 +1,10 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
go env
|
||||||
|
|
||||||
export GO111MODULE=on
|
export GO111MODULE=on
|
||||||
|
export GOROOT=/usr/local/go
|
||||||
|
|
||||||
go generate
|
go generate
|
||||||
go mod tidy
|
go mod tidy
|
||||||
# build
|
# build
|
||||||
|
|
Loading…
Reference in New Issue