Skip to content

Commit 4f5a878

Browse files
committed
[CI] Run with go 1.12
1 parent f0a2088 commit 4f5a878

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ env:
1212

1313
matrix:
1414
include:
15-
- go: "1.11.x"
15+
- go: "1.12.x"
1616
os: linux
1717
- go: tip
1818
os: linux
19-
- go: "1.11.x"
19+
- go: "1.12.x"
2020
os: osx
2121
addons:
2222
homebrew:

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ build: off
33

44
clone_folder: C:\gopath\src\github.com\G-Node\gin-cli
55

6-
stack: go 1.11
6+
stack: go 1.12
77

88
environment:
99
SRCDIR: C:\gopath\src\github.com\G-Node\gin-cli

0 commit comments

Comments
 (0)