Skip to content
This repository has been archived by the owner on Aug 13, 2019. It is now read-only.

Commit

Permalink
Add Go 1.12 to Travis CI (#538)
Browse files Browse the repository at this point in the history
Also update to the latest version of Makefile.common.

Signed-off-by: Simon Pasquier <[email protected]>
  • Loading branch information
simonpasquier authored and krasi-georgiev committed Mar 4, 2019
1 parent ab8476d commit 08af7bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# sudo is enabled because it provides more memory which was needed to run go test -race
sudo: required
dist: trusty
language: go
os:
Expand All @@ -10,6 +8,7 @@ os:
go:
- 1.10.x
- 1.11.x
- 1.12.x

go_import_path: github.com/prometheus/tsdb

Expand Down
2 changes: 1 addition & 1 deletion Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ else
GO_BUILD_PLATFORM ?= $(GOHOSTOS)-$(GOHOSTARCH)
endif

PROMU_VERSION ?= 0.2.0
PROMU_VERSION ?= 0.3.0
PROMU_URL := https://github.com/prometheus/promu/releases/download/v$(PROMU_VERSION)/promu-$(PROMU_VERSION).$(GO_BUILD_PLATFORM).tar.gz
STATICCHECK_VERSION ?= 2019.1
STATICCHECK_URL := https://github.com/dominikh/go-tools/releases/download/$(STATICCHECK_VERSION)/staticcheck_$(GOHOSTOS)_$(GOHOSTARCH)
Expand Down

0 comments on commit 08af7bb

Please sign in to comment.