From 3bfc21ca88e21b31ef89d0d6bd8b2b7ee4735e4f Mon Sep 17 00:00:00 2001 From: Adin Schmahmann Date: Wed, 23 Jun 2021 10:02:46 -0400 Subject: [PATCH] bump snap to build with Go 1.16 (cherry picked from commit d9f28a2c60b95f27fc5b00ae510574e317161e1d) --- snap/snapcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 1c4da1a21..3ebe04409 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -29,7 +29,7 @@ parts: source-tag: master plugin: go # keep me up to date with the go version that go-ipfs expects to be built with. - go-channel: 1.14/stable + go-channel: 1.16/stable go-importpath: github.com/ipfs/go-ipfs build-packages: - build-essential