Skip to content

Commit 43c24f5

Browse files
committed
CI: Build and test with Go 1.14
1 parent 7b8a059 commit 43c24f5

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
@@ -13,11 +13,11 @@ env:
1313

1414
matrix:
1515
include:
16-
- go: "1.13.x"
16+
- go: "1.14.x"
1717
os: linux
1818
- go: tip
1919
os: linux
20-
- go: "1.13.x"
20+
- go: "1.14.x"
2121
os: osx
2222
addons:
2323
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.12
6+
stack: go 1.14
77

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

0 commit comments

Comments
 (0)