summaryrefslogtreecommitdiffstats
path: root/snapcraft.yaml
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-02-16 23:29:51 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-02-16 23:29:51 +0100
commitff10c15a93632043f7a7f6551a30487c9ef58c50 (patch)
tree5708daa978b5c044a693953ca24ae2f166f7f855 /snapcraft.yaml
parentefd506314a187565201b66916c6617fe3cad7a72 (diff)
Update to Go 1.10 (!)
See https://blog.golang.org/go1.10
Diffstat (limited to 'snapcraft.yaml')
-rw-r--r--snapcraft.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/snapcraft.yaml b/snapcraft.yaml
index 8a77485fb..206c3d515 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -36,4 +36,4 @@ parts:
strip --remove-section=.comment --remove-section=.note $SNAPCRAFT_PART_INSTALL/bin/hugo
after: [go]
go:
- source-tag: go1.9.4
+ source-tag: go1.10