Skip to content

Commit

Permalink
Merge 782e413 into 366d57a
Browse files Browse the repository at this point in the history
  • Loading branch information
aelse committed Dec 15, 2020
2 parents 366d57a + 782e413 commit a29e06f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
- docker

go:
- "1.13.6" # Keep in sync with Makefile and README.md
- "1.15.6" # Keep in sync with Makefile and README.md

arch:
- amd64
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ CPU_ARCH ?= amd64
MANIFEST_NAME := atlassianlabs/$(BINARY_NAME)
IMAGE_NAME := $(MANIFEST_NAME)-$(CPU_ARCH)
ARCH ?= $$(uname -s | tr A-Z a-z)
GOVERSION := 1.13.6 # Keep in sync with .travis.yml and README.md
GOVERSION := 1.15.6 # Keep in sync with .travis.yml and README.md
GP := /gopath
MAIN_PKG := github.com/atlassian/gostatsd/cmd/gostatsd
CLUSTER_PKG := github.com/atlassian/gostatsd/cmd/cluster
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ server based on load.

Building the server
-------------------
Gostatsd currently targets Go 1.13.6. If you are compiling from source, please ensure you are running this version.
Gostatsd currently targets Go 1.15.6. If you are compiling from source, please ensure you are running this version.

From the `gostatsd` directory run `make build`. The binary will be built in `build/bin/<arch>/gostatsd`.

Expand Down

0 comments on commit a29e06f

Please sign in to comment.