snap: update Go builder from Go 1.15 to Go 1.16

This commit is contained in:
Aliaksandr Valialkin 2021-05-25 12:11:57 +03:00
parent c78d7dde92
commit fd264477bf

View file

@ -51,7 +51,7 @@ confinement: strict # use 'strict' once you have the right plugs and slots
parts:
build:
plugin: go
go-channel: 1.15/stable
go-channel: 1.16/stable
go-importpath: github.com/VictoriaMetrics/VictoriaMetrics
source: .
source-type: local
@ -80,4 +80,4 @@ layout:
bind-file: $SNAP_DATA/etc/victoriametrics-scrape-config.yaml
architectures:
- build-on: ['arm64', 'amd64']
run-on: ['arm64','amd64']
run-on: ['arm64','amd64']