[GH-ISSUE #31] unable to install via homebrew #22

Closed
opened 2026-03-14 01:05:13 +03:00 by kerem · 1 comment
Owner

Originally created by @ssrahul96 on GitHub (Aug 30, 2022).
Original GitHub issue: https://github.com/ameshkov/dnslookup/issues/31

Installation command : brew install ameshkov/tap/dnslookup

Error

==> go build -ldflags -X main.VersionString=1.7.1
Last 15 lines from /Users/somasundaramr/Library/Logs/Homebrew/dnslookup/01.go:
2022-08-30 12:08:38 +0000

go
build
-ldflags
-X main.VersionString=1.7.1
-trimpath
-o=/opt/homebrew/Cellar/dnslookup/1.7.1/bin/dnslookup

# github.com/lucas-clemente/quic-go/internal/qtls
/Users/somasundaramr/Library/Caches/Homebrew/go_mod_cache/pkg/mod/github.com/lucas-clemente/quic-go@v0.27.1/internal/qtls/go119.go:6:13: cannot use "The version of quic-go you're using can't be built on Go 1.19 yet. For more details, please see https://github.com/lucas-clemente/quic-go/wiki/quic-go-and-Go-versions." (untyped string constant "The version of quic-go you're using can't be built on Go 1.19 yet. F...) as int value in variable declaration

it seems like one of the dependency is not built using Go 1.19

Originally created by @ssrahul96 on GitHub (Aug 30, 2022). Original GitHub issue: https://github.com/ameshkov/dnslookup/issues/31 Installation command : `brew install ameshkov/tap/dnslookup` Error ``` ==> go build -ldflags -X main.VersionString=1.7.1 Last 15 lines from /Users/somasundaramr/Library/Logs/Homebrew/dnslookup/01.go: 2022-08-30 12:08:38 +0000 go build -ldflags -X main.VersionString=1.7.1 -trimpath -o=/opt/homebrew/Cellar/dnslookup/1.7.1/bin/dnslookup # github.com/lucas-clemente/quic-go/internal/qtls /Users/somasundaramr/Library/Caches/Homebrew/go_mod_cache/pkg/mod/github.com/lucas-clemente/quic-go@v0.27.1/internal/qtls/go119.go:6:13: cannot use "The version of quic-go you're using can't be built on Go 1.19 yet. For more details, please see https://github.com/lucas-clemente/quic-go/wiki/quic-go-and-Go-versions." (untyped string constant "The version of quic-go you're using can't be built on Go 1.19 yet. F...) as int value in variable declaration ``` it seems like one of the dependency is not built using Go 1.19
kerem closed this issue 2026-03-14 01:05:18 +03:00
Author
Owner

@ameshkov commented on GitHub (Aug 30, 2022):

Yeah, it is indeed. We'll need to wait a bit until https://github.com/AdguardTeam/dnsproxy is updated.

<!-- gh-comment-id:1231590016 --> @ameshkov commented on GitHub (Aug 30, 2022): Yeah, it is indeed. We'll need to wait a bit until https://github.com/AdguardTeam/dnsproxy is updated.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/dnslookup#22
No description provided.