livekit-examples / kitt

Talk to ChatGPT in real time using LiveKit
https://kitt.livekit.io/
Apache License 2.0
214 stars 62 forks source link

../../../../go/pkg/mod/github.com/livekit/server-sdk-go@v1.0.8/localsampletrack.go:20:2: //go:build comment without // +build comment ../../../../go/pkg/mod/github.com/pion/stun@v0.4.0/xoraddr.go:10:2: //go:build comment without // +build comment #2

Closed AlexanderKozhevin closed 1 year ago

AlexanderKozhevin commented 1 year ago

getting an error when running the following command

go run ./cmd/server/main.go --config config.yaml --gcp-credentials-path gcp-credentials.json
../../../../go/pkg/mod/github.com/livekit/server-sdk-go@v1.0.8/localsampletrack.go:20:2: //go:build comment without // +build comment
../../../../go/pkg/mod/github.com/pion/stun@v0.4.0/xoraddr.go:10:2: //go:build comment without // +build comment
theomonnom commented 1 year ago

Can you try running go mod tidy ?

AlexanderKozhevin commented 1 year ago

ok. go mod tidy: go.mod file indicates go 1.19, but maximum supported version is 1.16

theomonnom commented 1 year ago

I'm not sure but I guess you need to update your go version?

davidzhao commented 1 year ago

Yeah, this means you'd have to update your Go version to 1.19+. We'll update the readme.