mirror of
https://github.com/grassrootseconomics/eth-tracker.git
synced 2025-02-23 00:02:00 +01:00
release: disable cgo, bump to min go version 1.23.3
This commit is contained in:
parent
5962c26659
commit
23a7561edc
@ -1,6 +1,6 @@
|
|||||||
FROM golang:1.23.0-bookworm AS build
|
FROM golang:1.23.3-bookworm AS build
|
||||||
|
|
||||||
ENV CGO_ENABLED=1
|
ENV CGO_ENABLED=0
|
||||||
|
|
||||||
ARG BUILDPLATFORM
|
ARG BUILDPLATFORM
|
||||||
ARG TARGETPLATFORM
|
ARG TARGETPLATFORM
|
||||||
|
2
Makefile
2
Makefile
@ -1,7 +1,7 @@
|
|||||||
BIN := eth-tracker
|
BIN := eth-tracker
|
||||||
BOOTSTRAP_BIN := eth-tracker-cache-bootstrap
|
BOOTSTRAP_BIN := eth-tracker-cache-bootstrap
|
||||||
DB_FILE := tracker_db
|
DB_FILE := tracker_db
|
||||||
BUILD_CONF := CGO_ENABLED=1 GOOS=linux GOARCH=amd64
|
BUILD_CONF := CGO_ENABLED=0 GOOS=linux GOARCH=amd64
|
||||||
BUILD_COMMIT := $(shell git rev-parse --short HEAD 2> /dev/null)
|
BUILD_COMMIT := $(shell git rev-parse --short HEAD 2> /dev/null)
|
||||||
DEBUG := DEV=true
|
DEBUG := DEV=true
|
||||||
|
|
||||||
|
2
go.mod
2
go.mod
@ -1,6 +1,6 @@
|
|||||||
module github.com/grassrootseconomics/eth-tracker
|
module github.com/grassrootseconomics/eth-tracker
|
||||||
|
|
||||||
go 1.23.0
|
go 1.23.3
|
||||||
|
|
||||||
replace github.com/ethereum/go-ethereum => github.com/celo-org/op-geth v1.101408.1-0.20241003173630-fd593f27afa2
|
replace github.com/ethereum/go-ethereum => github.com/celo-org/op-geth v1.101408.1-0.20241003173630-fd593f27afa2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user