From b6a693d84483699737c0173c385903b4209218ce Mon Sep 17 00:00:00 2001 From: Aaron Ogle Date: Tue, 18 Apr 2017 20:01:57 -0500 Subject: [PATCH] Fix Caddy by forcing go 1.7 as needed by one of caddy's dependencies --- .snapcraft/candidate/snapcraft.yaml | 5 +++++ .snapcraft/edge/snapcraft.yaml | 5 +++++ .snapcraft/stable/snapcraft.yaml | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/.snapcraft/candidate/snapcraft.yaml b/.snapcraft/candidate/snapcraft.yaml index 83ef7f72292b..4bab82b5b24f 100644 --- a/.snapcraft/candidate/snapcraft.yaml +++ b/.snapcraft/candidate/snapcraft.yaml @@ -98,3 +98,8 @@ parts: source-commit: 53e117802fedd5915eeb32907873d8786a4b2936 snap: - bin/caddy + after: [go] + go: + source-tag: go1.8 + stage: + - bin diff --git a/.snapcraft/edge/snapcraft.yaml b/.snapcraft/edge/snapcraft.yaml index 052dcf364f49..00a0782a212a 100644 --- a/.snapcraft/edge/snapcraft.yaml +++ b/.snapcraft/edge/snapcraft.yaml @@ -98,3 +98,8 @@ parts: source-commit: 53e117802fedd5915eeb32907873d8786a4b2936 snap: - bin/caddy + after: [go] + go: + source-tag: go1.8 + stage: + - bin diff --git a/.snapcraft/stable/snapcraft.yaml b/.snapcraft/stable/snapcraft.yaml index 5a6ca3e8b947..9fca9ec62b6f 100644 --- a/.snapcraft/stable/snapcraft.yaml +++ b/.snapcraft/stable/snapcraft.yaml @@ -98,3 +98,8 @@ parts: source-commit: 53e117802fedd5915eeb32907873d8786a4b2936 snap: - bin/caddy + after: [go] + go: + source-tag: go1.8 + stage: + - bin