Skip to content

Commit 7551436

Browse files
committed
Upgrade to go 1.13
1 parent 02b6c29 commit 7551436

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
language: go
33

44
go:
5-
- 1.11.5
5+
- 1.13.x
66

77
services:
88
- docker

go.mod

+2
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,5 @@ require (
1919
golang.org/x/sys v0.0.0-20181122145206-62eef0e2fa9b // indirect
2020
gopkg.in/alecthomas/kingpin.v2 v2.2.6
2121
)
22+
23+
go 1.13

0 commit comments

Comments
 (0)