Skip to content

Commit

Permalink
Merge pull request #143 from neiljerram/go-build-0.14
Browse files Browse the repository at this point in the history
Use go-build 0.14. specifically to get go >=1.10
  • Loading branch information
fasaxc authored Apr 16, 2018
2 parents 4ee4e92 + 59f3a75 commit b3ceec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ifeq ($(ARCH),x86_64)
override ARCH=amd64
endif

GO_BUILD_VER ?= v0.10
GO_BUILD_VER ?= v0.14
join_platforms = $(subst $(space),$(comma),$(call prefix_linux,$(strip $1)))

# for building, we use the go-build image for the *host* architecture, even if the target is different
Expand Down

0 comments on commit b3ceec0

Please sign in to comment.