From 6309bc6e19b083d247c3f270454a68a4a9eb837f Mon Sep 17 00:00:00 2001 From: Krishna Upadhyaya Date: Mon, 10 Oct 2022 22:23:40 +0530 Subject: [PATCH] fix go-releaser version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index db195cfce1f..33b81f921b8 100644 --- a/Makefile +++ b/Makefile @@ -203,7 +203,7 @@ git-submodules: @git submodule update --quiet --init --recursive --force || true PACKAGE_NAME := github.com/ledgerwatch/erigon -GOLANG_CROSS_VERSION ?= v1.18.5 +GOLANG_CROSS_VERSION ?= v1.18.1 .PHONY: release-dry-run release-dry-run: git-submodules