Skip to content

Commit

Permalink
fix release docker missed image of go 1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
Shareed2k committed Oct 17, 2021
1 parent a38dfe1 commit 44a568f
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
@@ -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')
Expand Down

0 comments on commit 44a568f

Please sign in to comment.