projects
/
brevno-suite
/
hugo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13ff4de
)
snap: Make it build with Go 1.18
author
Anthony Fok
<foka@debian.org>
Mon, 21 Mar 2022 16:20:53 +0000
(10:20 -0600)
committer
Anthony Fok
<anthony.fok@canada.ca>
Tue, 22 Mar 2022 03:01:24 +0000
(21:01 -0600)
snap/snapcraft.yaml
patch
|
blob
|
history
diff --git
a/snap/snapcraft.yaml
b/snap/snapcraft.yaml
index 29c5c00cba7c66f4091e150f0df9d2eaee333ccd..9953190f635101586644145c1593ea3e216626b0 100644
(file)
--- 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