Update snapcraft build config to Go 1.11
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Sun, 26 Aug 2018 08:43:53 +0000 (10:43 +0200)
committerGitHub <noreply@github.com>
Sun, 26 Aug 2018 08:43:53 +0000 (10:43 +0200)
See #5115

snapcraft.yaml

index a4667a3baf023c552a38b21a4a616f6376ea9d79..8dba1b6e07777021f5d8512091d962ffeebe5112 100644 (file)
@@ -49,7 +49,7 @@ parts:
     after: [go]
 
   go:
-    source-tag: go1.10.3
+    source-tag: go1.11
 
   git:
     plugin: nil