Skip to content

Commit ed1581a

Browse files
committed
Bump travis Go version to 1.8
License: MIT Signed-off-by: Łukasz Magiera <[email protected]>
1 parent 4b8a9a3 commit ed1581a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ os:
1010
language: go
1111

1212
go:
13-
- 1.7
13+
- 1.8
1414

1515
env:
1616
- TEST_NO_FUSE=1 TEST_VERBOSE=1 TEST_SUITE=test_go_expensive

ci/Dockerfile.buildenv

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.7
1+
FROM golang:1.8
22
MAINTAINER Jakub Sztandera <[email protected]>
33

44

0 commit comments

Comments
 (0)