Skip to content

Commit

Permalink
Merge pull request #6721 from RocketChat/fix/snap-caddy
Browse files Browse the repository at this point in the history
[FIX] Fix Caddy by forcing go 1.7 as needed by one of caddy's dependencies
  • Loading branch information
engelgabriel authored Apr 19, 2017
2 parents 4658e1f + b6a693d commit 74dbc99
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .snapcraft/candidate/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,8 @@ parts:
source-commit: 53e117802fedd5915eeb32907873d8786a4b2936
snap:
- bin/caddy
after: [go]
go:
source-tag: go1.8
stage:
- bin
5 changes: 5 additions & 0 deletions .snapcraft/edge/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,8 @@ parts:
source-commit: 53e117802fedd5915eeb32907873d8786a4b2936
snap:
- bin/caddy
after: [go]
go:
source-tag: go1.8
stage:
- bin
5 changes: 5 additions & 0 deletions .snapcraft/stable/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,8 @@ parts:
source-commit: 53e117802fedd5915eeb32907873d8786a4b2936
snap:
- bin/caddy
after: [go]
go:
source-tag: go1.8
stage:
- bin

0 comments on commit 74dbc99

Please sign in to comment.