Skip to content

Commit

Permalink
Merge pull request #57 from Clever/INFRA-1620-use-golang-1.6
Browse files Browse the repository at this point in the history
Use Go 1.6 in Drone and golang-version-check.
  • Loading branch information
peggyl committed Apr 11, 2016
2 parents bb1890d + d88cde9 commit 8da372d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
env:
- REPORT_CARD_GITHUB_STATUS_TOKEN=$$report_card_github_status_token
- REPORT_CARD_GITHUB_REPO_TOKEN=$$report_card_github_repo_token
image: clever/drone-go:1.5
image: clever/drone-go:1.6
notify:
email:
recipients:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ GIT_DIRTY=$(test -n "`git status --porcelain`" && echo "+CHANGES" || true)
TESTS := $(shell find . -name "*_test.go" | sed s/\.go// | grep -v "./vendor")
BENCHES := $(addsuffix "_bench", $(TESTS))
.PHONY: test $(PKGS) run clean build-release vendor
$(eval $(call golang-version-check,1.5))
$(eval $(call golang-version-check,1.6))

test: $(PKGS)
$(PKGS): golang-test-all-strict-deps
Expand Down

0 comments on commit 8da372d

Please sign in to comment.