Skip to content
This repository has been archived by the owner on Jul 3, 2021. It is now read-only.

Commit

Permalink
Update to Go 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jorinvo committed Oct 3, 2017
1 parent da9a098 commit 9fd0c14
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: go
go_import_path: qvl.io/promplot
go:
- 1.8.1
- 1.9
os:
- linux
- osx
Expand Down
12 changes: 5 additions & 7 deletions goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
homepage: &homepage https://qvl.io/promplot
description: &description Create plots from Prometheus metrics and send them to you
build:
goos:
- windows
Expand Down Expand Up @@ -28,13 +26,13 @@ brew:
owner: qvl
name: homebrew-tap
folder: Formula
homepage: *homepage
description: *description
homepage: https://qvl.io/promplot
description: Create plots from Prometheus metrics and send them to you
fpm:
homepage: *homepage
description: *description
homepage: https://qvl.io/promplot
description: Create plots from Prometheus metrics and send them to you
maintainer: Jorin Vogel <[email protected]>
license: MIT
vendor: GoReleaser
vendor: qvl
formats:
- deb

0 comments on commit 9fd0c14

Please sign in to comment.