@cryptotaxi247 / kubo / commits / 3bfc21ca8

bump snap to build with Go 1.16

(cherry picked from commit d9f28a2c60b95f27fc5b00ae510574e317161e1d)

Adin Schmahmann committed Jun 23, 2021 at 10:02 UTC 3bfc21ca88e21b31ef89d0d6bd8b2b7ee4735e4f
1 file changed +1 -1
snap/snapcraft.yaml
+1 -1
@@ -29,7 +29,7 @@ parts:
29 source-tag: master
30 plugin: go
31 # keep me up to date with the go version that go-ipfs expects to be built with.
32 - go-channel: 1.14/stable
32 + go-channel: 1.16/stable
33 go-importpath: github.com/ipfs/go-ipfs
34 build-packages:
35 - build-essential