mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
snap: Make it build with Go 1.18
This commit is contained in:
parent
13ff4ded76
commit
2b7231097f
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue