Skip to content

Commit

Permalink
assert Go 1.13 is the earliest release suoported
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Cheney <[email protected]>
  • Loading branch information
davecheney committed May 20, 2020
1 parent 57ebce6 commit e3db4c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
language: go
go_import_path: github.com/pkg/profile
go:
- 1.12.x
- 1.13.x
- 1.14.x
- tip

script:
- go test github.com/pkg/profile
- go test -race github.com/pkg/profile
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/pkg/profile

go 1.12
go 1.13

0 comments on commit e3db4c8

Please sign in to comment.