Skip to content
This repository was archived by the owner on Mar 16, 2024. It is now read-only.

Commit 1343d98

Browse files
authored
Merge pull request #1526 from acorn-io/revert-1518-go-resolver
Revert "Use Go's built-in DNS resolver to avoid DNS issues when building Acorns"
2 parents 29dc4d6 + db89e31 commit 1343d98

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.goreleaser.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ builds:
2121
goarch: arm64
2222
- goos: windows
2323
goarch: arm
24-
flags:
25-
- -tags netgo
2624
ldflags:
2725
- -s
2826
- -w

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
build:
2-
CGO_ENABLED=0 go build -o bin/acorn -ldflags "-s -w" -tags netgo .
2+
CGO_ENABLED=0 go build -o bin/acorn -ldflags "-s -w" .
33

44
tidy:
55
go mod tidy

0 commit comments

Comments
 (0)