From 742990cfcd5d0de8405d21bfa25c08fb275b8a69 Mon Sep 17 00:00:00 2001 From: Arpit Temani Date: Wed, 30 Nov 2022 00:40:56 +0530 Subject: [PATCH] update goversion in makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e51d2d99eb..bb5c6df0cf 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ protoc: generate-mocks: go generate mockgen -destination=./tests/bor/mocks/IHeimdallClient.go -package=mocks ./consensus/bor IHeimdallClient go generate mockgen -destination=./eth/filters/IBackend.go -package=filters ./eth/filters Backend - + geth: $(GORUN) build/ci.go install ./cmd/geth @echo "Done building." @@ -196,7 +196,7 @@ geth-windows-amd64: @ls -ld $(GOBIN)/geth-windows-* | grep amd64 PACKAGE_NAME := github.com/maticnetwork/bor -GOLANG_CROSS_VERSION ?= v1.18.1 +GOLANG_CROSS_VERSION ?= v1.19.1 .PHONY: release-dry-run release-dry-run: