Update CI to use Go 1.8 (#1444)

This commit is contained in:
Matt Holt 2017-02-16 16:37:12 -07:00 committed by GitHub
parent 55bded68c2
commit 6271abb22a
3 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
language: go
go:
- 1.7.4
- 1.8
- tip
matrix:

View file

@ -99,7 +99,7 @@ the [CLI documentation](https://caddyserver.com/docs/cli) for details.
## Running from Source
Note: You will need **[Go 1.7](https://golang.org/dl/)** or newer.
Note: You will need **[Go 1.8](https://golang.org/dl/)** or newer.
1. `go get github.com/mholt/caddy/caddy`
2. `cd` into your website's directory

View file

@ -9,8 +9,8 @@ environment:
install:
- rmdir c:\go /s /q
- appveyor DownloadFile https://storage.googleapis.com/golang/go1.7.4.windows-amd64.zip
- 7z x go1.7.4.windows-amd64.zip -y -oC:\ > NUL
- appveyor DownloadFile https://storage.googleapis.com/golang/go1.8.windows-amd64.zip
- 7z x go1.8.windows-amd64.zip -y -oC:\ > NUL
- go version
- go env
- go get -t ./...