1
0
mirror of https://github.com/ribbybibby/ssl_exporter.git synced 2025-07-15 23:54:18 +02:00

bump go version in .promu.yaml

This commit is contained in:
Rob Best
2019-12-08 19:59:52 +00:00
parent 008952960e
commit 81ff845a10

View File

@ -1,19 +1,19 @@
go: go:
version: 1.11 version: 1.13
repository: repository:
path: github.com/ribbybibby/ssl_exporter path: github.com/ribbybibby/ssl_exporter
build: build:
flags: -mod=vendor -a -tags netgo flags: -mod=vendor -a -tags netgo
ldflags: | ldflags: |
-X github.com/prometheus/common/version.Version={{.Version}} -X github.com/prometheus/common/version.Version={{.Version}}
-X github.com/prometheus/common/version.Revision={{.Revision}} -X github.com/prometheus/common/version.Revision={{.Revision}}
-X github.com/prometheus/common/version.Branch={{.Branch}} -X github.com/prometheus/common/version.Branch={{.Branch}}
-X github.com/prometheus/common/version.BuildUser={{user}}@{{host}} -X github.com/prometheus/common/version.BuildUser={{user}}@{{host}}
-X github.com/prometheus/common/version.BuildDate={{date "20060102-15:04:05"}} -X github.com/prometheus/common/version.BuildDate={{date "20060102-15:04:05"}}
tarball: tarball:
prefix: . prefix: .
files: files:
- LICENSE - LICENSE
crossbuild: crossbuild:
platforms: platforms:
- linux/amd64 - linux/amd64