Skip to content

Commit

Permalink
bump go version in .promu.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ribbybibby committed Dec 8, 2019
1 parent 0089529 commit 81ff845
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .promu.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
go:
version: 1.11
version: 1.13
repository:
path: github.com/ribbybibby/ssl_exporter
path: github.com/ribbybibby/ssl_exporter
build:
flags: -mod=vendor -a -tags netgo
ldflags: |
-X github.com/prometheus/common/version.Version={{.Version}}
-X github.com/prometheus/common/version.Revision={{.Revision}}
-X github.com/prometheus/common/version.Branch={{.Branch}}
-X github.com/prometheus/common/version.BuildUser={{user}}@{{host}}
-X github.com/prometheus/common/version.BuildDate={{date "20060102-15:04:05"}}
flags: -mod=vendor -a -tags netgo
ldflags: |
-X github.com/prometheus/common/version.Version={{.Version}}
-X github.com/prometheus/common/version.Revision={{.Revision}}
-X github.com/prometheus/common/version.Branch={{.Branch}}
-X github.com/prometheus/common/version.BuildUser={{user}}@{{host}}
-X github.com/prometheus/common/version.BuildDate={{date "20060102-15:04:05"}}
tarball:
prefix: .
files:
- LICENSE
prefix: .
files:
- LICENSE
crossbuild:
platforms:
- linux/amd64
platforms:
- linux/amd64

0 comments on commit 81ff845

Please sign in to comment.