release: disable cgo, bump to min go version 1.23.3

This commit is contained in:
2024-11-20 11:14:52 +03:00
parent 5962c26659
commit 23a7561edc
3 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
BIN := eth-tracker
BOOTSTRAP_BIN := eth-tracker-cache-bootstrap
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)
DEBUG := DEV=true