Skip to content

Commit e3db4c8

Browse files
committed
assert Go 1.13 is the earliest release suoported
Signed-off-by: Dave Cheney <dave@cheney.net>
1 parent 57ebce6 commit e3db4c8

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
language: go
22
go_import_path: github.com/pkg/profile
33
go:
4-
- 1.12.x
54
- 1.13.x
5+
- 1.14.x
66
- tip
77

88
script:
9-
- go test github.com/pkg/profile
109
- go test -race github.com/pkg/profile

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/pkg/profile
22

3-
go 1.12
3+
go 1.13

0 commit comments

Comments
 (0)