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

Commit 27936f6

Browse files
authored
travis.yml: add Go 1.12 (#200)
Also deprecate Go 1.9 Signed-off-by: Dave Cheney <[email protected]>
1 parent 856c240 commit 27936f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
language: go
22
go_import_path: github.com/pkg/errors
33
go:
4-
- 1.9.x
54
- 1.10.x
65
- 1.11.x
6+
- 1.12.x
77
- tip
88

99
script:

0 commit comments

Comments
 (0)