Skip to content

Commit 508ef95

Browse files
committed
travis CI: rm go 1.8
Go 1.8 is unsupported since Go 1.10 was released in Feb 2018. In fact, Go 1.9 is also unsupported (since Go 1.11 was released in 24 August 2018), but let it stay for now. Signed-off-by: Kir Kolyshkin <[email protected]>
1 parent 3448067 commit 508ef95

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@ language: go
22
sudo: required
33

44
go:
5-
- 1.8.x
65
- 1.9.x
76
- 1.10.x
8-
- 1.x
7+
- 1.11.x
98
- tip
109

1110
go_import_path: github.com/containerd/continuity

0 commit comments

Comments
 (0)