commit 2b7231097f17429e46995266870ba80540ba947d
parent 13ff4ded76ea6821b33ea0f205a73e430d086825
Author: Anthony Fok <foka@debian.org>
Date: Mon, 21 Mar 2022 10:20:53 -0600
snap: Make it build with Go 1.18
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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