We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b8a059 commit 43c24f5Copy full SHA for 43c24f5
.travis.yml
@@ -13,11 +13,11 @@ env:
13
14
matrix:
15
include:
16
- - go: "1.13.x"
+ - go: "1.14.x"
17
os: linux
18
- go: tip
19
20
21
os: osx
22
addons:
23
homebrew:
appveyor.yml
@@ -3,7 +3,7 @@ build: off
3
4
clone_folder: C:\gopath\src\github.com\G-Node\gin-cli
5
6
-stack: go 1.12
+stack: go 1.14
7
8
environment:
9
SRCDIR: C:\gopath\src\github.com\G-Node\gin-cli
0 commit comments