Skip to content

Commit

Permalink
Update Golang build version to 1.5.2
Browse files Browse the repository at this point in the history
Golang 1.5.2 changes can be found here: https://github.com/golang/go/issues?q=milestone%3AGo1.5.2
  • Loading branch information
ruflin committed Dec 31, 2015
1 parent eae32b3 commit 96d5404
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
language: go

go:
- 1.5.1
- 1.5.2

os:
- linux
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ https://github.com/elastic/beats/compare/1.0.0...master[Check the HEAD diff]
==== Added

*Affecting all Beats*
- Update builds to Golang version 1.5.2

*Packetbeat*

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.5.1
FROM golang:1.5.2
MAINTAINER Nicolas Ruflin <[email protected]>

RUN set -x && \
Expand Down

0 comments on commit 96d5404

Please sign in to comment.