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