mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
snap: update Go builder from Go 1.15 to Go 1.16
This commit is contained in:
parent
c78d7dde92
commit
fd264477bf
1 changed files with 2 additions and 2 deletions
|
@ -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']
|
||||
|
|
Loading…
Reference in a new issue