snap: Make it build with Go 1.18
authorAnthony Fok <foka@debian.org>
Mon, 21 Mar 2022 16:20:53 +0000 (10:20 -0600)
committerAnthony Fok <anthony.fok@canada.ca>
Tue, 22 Mar 2022 03:01:24 +0000 (21:01 -0600)
snap/snapcraft.yaml

index 29c5c00cba7c66f4091e150f0df9d2eaee333ccd..9953190f635101586644145c1593ea3e216626b0 100644 (file)
@@ -47,8 +47,8 @@ parts:
       export GOPATH=$(realpath ../go)
       export PATH=$GOPATH/bin:$PATH
 
-      echo ' * Running "go get -v github.com/magefile/mage"...'
-      go get -v github.com/magefile/mage
+      echo ' * Running "go install -v github.com/magefile/mage"...'
+      go install -v github.com/magefile/mage
 
       #echo ' * Running "mage -v test"...'
       #mage -v test