Parcourir la source

feat:更新基础镜像版本

lifei6671 il y a 6 ans
Parent
commit
4f7da2f15e
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1 1
      .travis.yml
  2. 1 1
      appveyor.yml

+ 1 - 1
.travis.yml

@@ -1,7 +1,7 @@
 language: go
 
 go:
-  - "1.11.2"
+  - "1.11.4"
 
 sudo: true
 install: false

+ 1 - 1
appveyor.yml

@@ -3,7 +3,7 @@ clone_folder: c:\gopath\src\github.com\lifei6671\mindoc
 
 environment:
   GOPATH: c:\gopath
-  GOVERSION: "1.11.2"
+  GOVERSION: "1.11.4"
   matrix:
     - tbs_arch: "x86"
       tbs_tools: "mingw"