From 760700ca5241134f90d8cc32a4e5c8b24432c26c Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Wed, 5 Oct 2022 18:26:58 -0700 Subject: [PATCH] Specify latest stable go --- snap/snapcraft.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index ecb3b5b8..67eb2778 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -169,7 +169,7 @@ parts: obfs4: plugin: go build-snaps: - - go + - go/latest/stable source: https://gitlab.com/yawning/obfs4.git source-type: git source-tag: obfs4proxy-0.0.13 @@ -177,7 +177,7 @@ parts: snowflake-client: plugin: go build-snaps: - - go + - go/latest/stable source: https://git.torproject.org/pluggable-transports/snowflake.git source-type: git source-tag: v2.2.0 @@ -187,7 +187,7 @@ parts: meek-client: plugin: go build-snaps: - - go + - go/latest/stable source: https://git.torproject.org/pluggable-transports/meek.git source-type: git source-tag: v0.37.0