Skip to content

Commit

Permalink
snap: Make it build with Go 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyfok committed Mar 22, 2022
1 parent 13ff4de commit 2b72310
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snap/snapcraft.yaml
Expand Up @@ -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
Expand Down

0 comments on commit 2b72310

Please sign in to comment.