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 f0a2088 commit 4f5a878Copy full SHA for 4f5a878
.travis.yml
@@ -12,11 +12,11 @@ env:
12
13
matrix:
14
include:
15
- - go: "1.11.x"
+ - go: "1.12.x"
16
os: linux
17
- go: tip
18
19
20
os: osx
21
addons:
22
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.11
+stack: go 1.12
7
8
environment:
9
SRCDIR: C:\gopath\src\github.com\G-Node\gin-cli
0 commit comments