You've already forked ssl_exporter
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:
28
.promu.yml
28
.promu.yml
@ -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
|
||||||
|
Reference in New Issue
Block a user