Sfoglia il codice sorgente

appveyor: use stack: go 1.13.3

Unknwon 5 anni fa
parent
commit
34d9a17aad
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      appveyor.yml

+ 2 - 1
appveyor.yml

@@ -6,7 +6,8 @@ clone_depth: 1
 environment:
   GO111MODULE: on
   GOPROXY: "https://proxy.golang.org,direct"
-  GOVERSION: 1.13.3
+
+stack: go 1.13.3
 
 build: false
 deploy: false