Commit 6271abb2 authored by Matt Holt's avatar Matt Holt Committed by GitHub

Update CI to use Go 1.8 (#1444)

parent 55bded68
language: go language: go
go: go:
- 1.7.4 - 1.8
- tip - tip
matrix: matrix:
......
...@@ -99,7 +99,7 @@ the [CLI documentation](https://caddyserver.com/docs/cli) for details. ...@@ -99,7 +99,7 @@ the [CLI documentation](https://caddyserver.com/docs/cli) for details.
## Running from Source ## 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` 1. `go get github.com/mholt/caddy/caddy`
2. `cd` into your website's directory 2. `cd` into your website's directory
......
...@@ -9,8 +9,8 @@ environment: ...@@ -9,8 +9,8 @@ environment:
install: install:
- rmdir c:\go /s /q - rmdir c:\go /s /q
- appveyor DownloadFile https://storage.googleapis.com/golang/go1.7.4.windows-amd64.zip - appveyor DownloadFile https://storage.googleapis.com/golang/go1.8.windows-amd64.zip
- 7z x go1.7.4.windows-amd64.zip -y -oC:\ > NUL - 7z x go1.8.windows-amd64.zip -y -oC:\ > NUL
- go version - go version
- go env - go env
- go get -t ./... - go get -t ./...
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment