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

Commit

Permalink
Merge pull request #6 from giantswarm/golang-1.7
Browse files Browse the repository at this point in the history
Bumps to golang 1.7
  • Loading branch information
JosephSalisbury authored Aug 24, 2016
2 parents 2811ca8 + 998c36e commit 10389af
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 @@ -3,7 +3,7 @@ sudo: false # Explicitly use container-based infrastructure
language: go

go:
- 1.6.2
- 1.7

env:
- BUILDER_VERSION=0.11.0
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ BUILD_PATH := $(shell pwd)/.gobuild
GS_PATH := $(BUILD_PATH)/src/github.com/giantswarm
GOPATH := $(BUILD_PATH)

GOVERSION=1.6.2
GOVERSION=1.7

BIN := $(PROJECT)

Expand Down

0 comments on commit 10389af

Please sign in to comment.