snap: Make it build with Go 1.18

This commit is contained in:
Anthony Fok 2022-03-21 10:20:53 -06:00 committed by Anthony Fok
parent 13ff4ded76
commit 2b7231097f

View 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