Skip to content

Commit

Permalink
Start buildings on go 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnenauha committed Oct 7, 2017
1 parent 8c77873 commit b99d22c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sudo: required
language: go

go:
- 1.9
- 1.9.1

before_script:
- sudo apt-get install varnish -y
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* New `-no-exit` mode that does not exit the process if varnish is not running at the time of startup.
* Support Varnish 5.2 [that removed](http://varnish-cache.org/docs/5.2/whats-new/upgrading-5.2.html#other-changes) `type` and `ident` properties from varnishstat JSON output. If `ident` is not present, it is now parsed from the metric name.
* Add tests to run scrape on static json files.
* Start building releases with go 1.9.1

1.3.2
=====
Expand Down

0 comments on commit b99d22c

Please sign in to comment.