mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-10 22:13:47 +00:00
update goversion in makefile
This commit is contained in:
parent
d96662ab63
commit
742990cfcd
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -37,7 +37,7 @@ protoc:
|
||||||
generate-mocks:
|
generate-mocks:
|
||||||
go generate mockgen -destination=./tests/bor/mocks/IHeimdallClient.go -package=mocks ./consensus/bor IHeimdallClient
|
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
|
go generate mockgen -destination=./eth/filters/IBackend.go -package=filters ./eth/filters Backend
|
||||||
|
|
||||||
geth:
|
geth:
|
||||||
$(GORUN) build/ci.go install ./cmd/geth
|
$(GORUN) build/ci.go install ./cmd/geth
|
||||||
@echo "Done building."
|
@echo "Done building."
|
||||||
|
|
@ -196,7 +196,7 @@ geth-windows-amd64:
|
||||||
@ls -ld $(GOBIN)/geth-windows-* | grep amd64
|
@ls -ld $(GOBIN)/geth-windows-* | grep amd64
|
||||||
|
|
||||||
PACKAGE_NAME := github.com/maticnetwork/bor
|
PACKAGE_NAME := github.com/maticnetwork/bor
|
||||||
GOLANG_CROSS_VERSION ?= v1.18.1
|
GOLANG_CROSS_VERSION ?= v1.19.1
|
||||||
|
|
||||||
.PHONY: release-dry-run
|
.PHONY: release-dry-run
|
||||||
release-dry-run:
|
release-dry-run:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue