From 44a568f267457e90733cbcb09bd3f31f9a6fafb9 Mon Sep 17 00:00:00 2001 From: Roman Kredentser Date: Sun, 17 Oct 2021 12:05:03 +0300 Subject: [PATCH] fix release docker missed image of go 1.17 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a9dfd53..88f0249 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE_NAME := github.com/bringg/honey -GOLANG_CROSS_VERSION ?= v1.17 +GOLANG_CROSS_VERSION ?= v1.16.7 VERSION ?=beta-$(shell git rev-parse --short HEAD) GIT_COMMIT ?=$(shell git rev-parse --short HEAD) BUILD_TIME ?=$(shell date -u '+%F_%T')