Skip to content

Commit

Permalink
Update to Go 1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ash2k committed Jul 20, 2016
1 parent 181476e commit 46a1a46
Show file tree
Hide file tree
Showing 2 changed files with 2 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:
- docker

go:
- 1.6.2
- 1.6.3

os:
- linux
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ BINARY_NAME := gostatsd
IMAGE_NAME := atlassianlabs/$(BINARY_NAME)
ARCH ?= darwin
METALINTER_CONCURRENCY ?= 4
GOVERSION := 1.6.2
GOVERSION := 1.6.3
GP := /gopath

setup: setup-ci
Expand Down

0 comments on commit 46a1a46

Please sign in to comment.