Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
caddy
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Łukasz Nowak
caddy
Commits
6271abb2
Commit
6271abb2
authored
Feb 16, 2017
by
Matt Holt
Committed by
GitHub
Feb 16, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update CI to use Go 1.8 (#1444)
parent
55bded68
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
.travis.yml
.travis.yml
+1
-1
README.md
README.md
+1
-1
appveyor.yml
appveyor.yml
+2
-2
No files found.
.travis.yml
View file @
6271abb2
language
:
go
go
:
-
1.
7.4
-
1.
8
-
tip
matrix
:
...
...
README.md
View file @
6271abb2
...
...
@@ -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
...
...
appveyor.yml
View file @
6271abb2
...
...
@@ -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 ./...
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment