From 18ad8b347ad4257a2e8cba0c459d5e90125c0b8e Mon Sep 17 00:00:00 2001 From: jonghwan Date: Sat, 13 Mar 2021 15:34:53 +0800 Subject: [PATCH] upgrade golang-cross --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c319c5ca6..42ca4239c 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ PACKAGES=$(shell go list ./... | grep -v '/simulation') PACKAGE_NAME:=github.com/crypto-org-chain/chain-main -GOLANG_CROSS_VERSION = v1.15.3 +GOLANG_CROSS_VERSION = v1.16.1 VERSION := $(shell echo $(shell git describe --tags 2>/dev/null ) | sed 's/^v//')