Skip to content

Commit

Permalink
ci: Build with Go 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
martinhpedersen committed Sep 18, 2017
1 parent ce454dc commit c3d675c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ clone_folder: c:\gopath\src\github.com\la5nta\pat
environment:
global:
GOPATH: C:\gopath
GOROOT: C:\go18-x86
GOROOT: C:\go19-x86
MSYS_PATH: C:\MinGW\msys\1.0

build_script:
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ os:

go:
- 1.6
- 1.8
- 1.9

matrix:
exclude:
Expand Down

0 comments on commit c3d675c

Please sign in to comment.