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

Commit 469394d

Browse files
committed
Update .travis to use v1.5 for go
1 parent f7fdc2f commit 469394d

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
@@ -2,10 +2,10 @@ language: go
22
install:
33
- go get -v -tags 'fixtures acceptance' ./...
44
go:
5-
- 1.1
65
- 1.2
76
- 1.3
87
- 1.4
8+
- 1.5
99
- tip
1010
script: script/cibuild
1111
after_success:

0 commit comments

Comments
 (0)