Skip to content

Commit

Permalink
v0.4.1; disabled CGO
Browse files Browse the repository at this point in the history
  • Loading branch information
superisaac committed May 27, 2024
1 parent 80d5863 commit fde38e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GOFILES := $(shell find . -name '*.go')
GOFLAG :=
GOBUILD := go build -v
GOBUILD := CGO_ENABLED=0 go build -v

GOARCHS := linux-amd64 linux-arm64 darwin-amd64 darwin-arm64
buildarchdirs := $(foreach a,$(GOARCHS),build/arch/nodemux-$a)
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/superisaac/nodemux

go 1.21

toolchain go1.21.3
//toolchain go1.21.3

require (
github.com/ethereum/go-ethereum v1.11.1
Expand Down

0 comments on commit fde38e5

Please sign in to comment.