Skip to content
This repository has been archived by the owner on Dec 1, 2021. It is now read-only.

Commit

Permalink
travis.yml: add Go 1.12 (#200)
Browse files Browse the repository at this point in the history
Also deprecate Go 1.9

Signed-off-by: Dave Cheney <dave@cheney.net>
  • Loading branch information
davecheney committed Feb 27, 2019
1 parent 856c240 commit 27936f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: go
go_import_path: github.com/pkg/errors
go:
- 1.9.x
- 1.10.x
- 1.11.x
- 1.12.x
- tip

script:
Expand Down

0 comments on commit 27936f6

Please sign in to comment.