Skip to content
This repository was archived by the owner on Aug 24, 2024. It is now read-only.

Commit 6d4dd7f

Browse files
committed
build: go 1.13 minimum
1 parent 33937f1 commit 6d4dd7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
matrix:
22
include:
3-
- language: go
4-
go: 1.12.x
53
- language: go
64
go: 1.13.x
75
- language: go
86
go: 1.14.x
7+
- language: go
8+
go: 1.15.x
99

1010
env:
1111
GO111MODULE=on

0 commit comments

Comments
 (0)