Skip to content

Commit

Permalink
Use Go 1.6 in Drone image and golang-version-check
Browse files Browse the repository at this point in the history
  • Loading branch information
peggyl committed Apr 11, 2016
1 parent 38addca commit a4b824b
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 @@ -15,7 +15,7 @@ RELEASE_ARTIFACTS := $(COMPRESSED_BUILDS:build/%=release/%)

.PHONY: clean run test $(PKGS) vendor

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

test: $(PKGS)

Expand Down

0 comments on commit a4b824b

Please sign in to comment.