double.huang 5 anni fa
parent
commit
e4d00d0fb2
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      .drone.yml

+ 1 - 1
.drone.yml

@@ -3,7 +3,7 @@ clone:
   recursive: true
   path: light-dauth
 build:
-  image: docker.qianqiusoft.com/golang:1.12
+  image: docker.i2edu.net/golang:1.13
   commands:
     - godep
     - CGO_ENABLED=0 go build -a -ldflags '-s'