1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-26 15:42:21 +08:00

Bump travis Go version to 1.8

License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
This commit is contained in:
Łukasz Magiera
2017-07-03 20:28:54 +02:00
parent 4b8a9a3f9f
commit ed1581ad71
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ os:
language: go
go:
- 1.7
- 1.8
env:
- TEST_NO_FUSE=1 TEST_VERBOSE=1 TEST_SUITE=test_go_expensive

View File

@ -1,4 +1,4 @@
FROM golang:1.7
FROM golang:1.8
MAINTAINER Jakub Sztandera <kubuxu@ipfs.io>