Skip to content

Commit

Permalink
Merge pull request #15 from Clever/use-golang-1.7
Browse files Browse the repository at this point in the history
Use Go 1.7 in Drone and golang-version-check.
  • Loading branch information
Colin Schimmelfing authored Sep 23, 2016
2 parents 974c475 + f1bfd4f commit 668fe88
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.6
image: clever/drone-go:1.7
notify:
email:
recipients:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RELEASE_ARTIFACTS := $(COMPRESSED_BUILDS:build/%=release/%)

.PHONY: clean run test $(PKGS) vendor

$(eval $(call golang-version-check,1.6))
$(eval $(call golang-version-check,1.7))

test: $(PKGS)

Expand Down

0 comments on commit 668fe88

Please sign in to comment.