From a21020620d6f757598f0cfcb739cbf3dfd7f9534 Mon Sep 17 00:00:00 2001 From: Trinity Date: Wed, 13 Nov 2024 12:04:09 +0700 Subject: [PATCH] update release go version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 494f9303..42d83560 100644 --- a/Makefile +++ b/Makefile @@ -194,7 +194,7 @@ localnet-show-logstream: ############################################################################### PACKAGE_NAME:=github.com/realiotech/realio-network -GOLANG_CROSS_VERSION = v1.20 +GOLANG_CROSS_VERSION = v1.22 GOPATH ?= '$(HOME)/go' release-dry-run: docker run \