nodece commented on issue #1466: URL: https://github.com/apache/pulsar-client-go/issues/1466#issuecomment-3983048680
> [@nodece](https://github.com/nodece) are you sure run this case in go1.26 without `GODEBUG urlstrictcolons=0`? Sure, I didn't set the `GODEBUG` environment variable. In any case, this issue needs to be fixed. ``` $ go env go env AR='ar' CC='cc' CGO_CFLAGS='-O2 -g' CGO_CPPFLAGS='' CGO_CXXFLAGS='-O2 -g' CGO_ENABLED='1' CGO_FFLAGS='-O2 -g' CGO_LDFLAGS='-O2 -g' CXX='c++' GCCGO='gccgo' GO111MODULE='on' GOAMD64='v1' GOARCH='amd64' GOAUTH='netrc' GOBIN='' GOCACHE='/Users/zixuan/Library/Caches/go-build' GOCACHEPROG='' GODEBUG='' GOENV='/Users/zixuan/Library/Application Support/go/env' GOEXE='' GOEXPERIMENT='' GOFIPS140='off' GOFLAGS='' GOGCCFLAGS='-fPIC -arch x86_64 -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -ffile-prefix-map=/var/folders/yv/2wgzklk113gg0hsf_hjk80ww0000gn/T/go-build2826404934=/tmp/go-build -gno-record-gcc-switches -fno-common' GOHOSTARCH='amd64' GOHOSTOS='darwin' GOINSECURE='' GOMOD='' GOMODCACHE='/Users/zixuan/go/pkg/mod' GONOPROXY='' GONOSUMDB='' GOOS='darwin' GOPATH='/Users/zixuan/go' GOPRIVATE='' GOPROXY='' GOROOT='/usr/local/Cellar/go/1.26.0/libexec' GOSUMDB='sum.golang.org' GOTELEMETRY='local' GOTELEMETRYDIR='/Users/zixuan/Library/Application Support/go/telemetry' GOTMPDIR='' GOTOOLCHAIN='auto' GOTOOLDIR='/usr/local/Cellar/go/1.26.0/libexec/pkg/tool/darwin_amd64' GOVCS='' GOVERSION='go1.26.0' GOWORK='' PKG_CONFIG='pkg-config' ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
