mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-11 06:23: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
2
Makefile
2
Makefile
|
|
@ -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