From: Anthony Fok Date: Mon, 21 Mar 2022 16:20:53 +0000 (-0600) Subject: snap: Make it build with Go 1.18 X-Git-Tag: v0.96.0~14 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=2b7231097f17429e46995266870ba80540ba947d;p=brevno-suite%2Fhugo snap: Make it build with Go 1.18 --- diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 29c5c00c..9953190f 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -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