Skip to content
This repository was archived by the owner on Oct 19, 2022. It is now read-only.

Commit 3df8713

Browse files
authored
Merge pull request #31 from vieux/1.9
bump to go 1.9
2 parents 87d39ae + c22cf42 commit 3df8713

File tree

9 files changed

+3
-1725
lines changed

9 files changed

+3
-1725
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
matrix:
66
include:
77
- language: go
8-
go: 1.7.x
8+
go: 1.8.x
99
env: TESTFILE=unit.sh
1010
- language: go
11-
go: 1.8.x
11+
go: 1.9.x
1212
env: TESTFILE=unit.sh
1313
- language: go
1414
go: master

Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.8-alpine
1+
FROM golang:1.9-alpine
22

33
COPY . /go/src/github.com/vieux/docker-volume-sshfs
44
WORKDIR /go/src/github.com/vieux/docker-volume-sshfs

vendor/golang.org/x/sys/unix/mkpost.go

Lines changed: 0 additions & 88 deletions
This file was deleted.

vendor/golang.org/x/sys/unix/types_darwin.go

Lines changed: 0 additions & 254 deletions
This file was deleted.

0 commit comments

Comments
 (0)