Skip to content

Commit 1bf5fef

Browse files
authored
Upgrade to golang 1.8 (#76)
1 parent 20e8857 commit 1bf5fef

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: go
22
go_import_path: github.com/goeuro/myke
33
go:
4-
- 1.7
4+
- 1.8
55
install:
66
- bin/init.sh
77
script:

Dockerfile

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

33
WORKDIR /go/src/github.com/goeuro/myke
44
COPY Godeps Godeps

appveyor.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
version: "{build}"
2-
32
os: Windows Server 2012 R2
4-
53
clone_folder: c:\gopath\src\github.com\goeuro\myke
64

75
environment:
86
GOPATH: C:\gopath
9-
10-
# Uncomment following line if you are willing to debug on the build machine.
11-
#init:
12-
#- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
7+
matrix:
8+
- environment:
9+
GOVERSION: 1.8
1310

1411
install:
1512
- set PATH=%GOPATH%\bin;C:\go\bin;%WINDIR%;%WINDIR%\System32;C:\Program Files\Git\cmd;C:\Program Files\Git\usr\bin
@@ -22,4 +19,3 @@ build_script:
2219
- test ! -s fmt.out
2320
- golint -set_exit_status .
2421
- go test -timeout 10s -v ./...
25-

0 commit comments

Comments
 (0)