mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-25 22:00:58 +02:00
snap: Make it build with Go 1.18
This commit is contained in:
@@ -47,8 +47,8 @@ parts:
|
|||||||
export GOPATH=$(realpath ../go)
|
export GOPATH=$(realpath ../go)
|
||||||
export PATH=$GOPATH/bin:$PATH
|
export PATH=$GOPATH/bin:$PATH
|
||||||
|
|
||||||
echo ' * Running "go get -v github.com/magefile/mage"...'
|
echo ' * Running "go install -v github.com/magefile/mage"...'
|
||||||
go get -v github.com/magefile/mage
|
go install -v github.com/magefile/mage
|
||||||
|
|
||||||
#echo ' * Running "mage -v test"...'
|
#echo ' * Running "mage -v test"...'
|
||||||
#mage -v test
|
#mage -v test
|
||||||
|
Reference in New Issue
Block a user