Skip to content

Commit 2555d7d

Browse files
committed
use Go 1.13 for releases
1 parent 3e070cb commit 2555d7d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: go
22
go:
3-
- "1.12"
3+
- "1.13"
44

55
env:
66
- GO111MODULE=on

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
module github.com/Southclaws/wadsworth
22

3+
go 1.13
4+
35
require (
46
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect
57
github.com/DataDog/datadog-go v0.0.0-20180822151419-281ae9f2d895 // indirect
@@ -93,5 +95,3 @@ require (
9395
gopkg.in/vmihailenco/msgpack.v2 v2.9.1 // indirect
9496
gotest.tools v2.2.0+incompatible // indirect
9597
)
96-
97-
go 1.13

0 commit comments

Comments
 (0)