Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

Use golang 1.11.6 for now. #1124

Merged
merged 1 commit into from
Apr 8, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ git:

language: go
go:
- 1.11.x
# FIXME: change back to 1.11.x
- 1.11.6
- tip

matrix:
Expand Down