double.huang %!s(int64=5) %!d(string=hai) anos
pai
achega
d6d5f95cb8
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      .drone.yml

+ 2 - 0
.drone.yml

@@ -5,6 +5,8 @@ clone:
 build:
   image: docker.i2edu.net/golang:1.13
   commands:
+    - export GOPROXY=https://goproxy.io
+    - export GO111MODULE=on
     - CGO_ENABLED=0 go build -a -ldflags '-s'
     - tar zcf oauth.tar.gz static app.properties sql doc oauth
 publish: