Open aaditya-khetan opened 9 months ago
Hi @aaditya-khetan! I don't think it's the issue with the library itself, rather with the environment you're using. I use go1.22.1 darwin/amd64
and it does build the library just fine. Can you please also share your OS type and version and libc version?
I upgraded by golang application from go 1.20 to go 1.21, after which on running go build I am getting the below error.
`#15 ERROR: process "/bin/sh -c GOOS=$TARGETOS CGO_ENABLED=1 GOARCH=$TARGETARCH go build -tags=musl,dynamic -ldflags=\"-w -s\" -o /go/bin/irctc-gateway cmd/server/main.go" did not complete successfully: exit code: 1
Is databricks-sql-go compatible with go 1.21 ? Databricks version -> v1.5.2 Golang version -> go 1.21.5