mirror of
https://github.com/caddyserver/caddy.git
synced 2025-02-24 08:49:01 +01:00
Update CI to use Go 1.8 (#1444)
This commit is contained in:
parent
55bded68c2
commit
6271abb22a
3 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
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.
|
||||||
|
|
||||||
## 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:
|
||||||
|
|
||||||
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 ./...
|
||||||
|
|
Loading…
Reference in a new issue