Put go version at 1.22 (#2986)

Not sure what is causing it to add the minor version and toolchain.
Even now, with this, running `go mod tidy` makes those changes.
`staticcheck` says invalid Go version.

Manually setting it to 1.22.
This commit is contained in:
Raja Subramanian
2024-09-07 16:29:12 +05:30
committed by GitHub
parent cb235c123c
commit bfb5fa1f97

4
go.mod
View File

@@ -1,8 +1,6 @@
module github.com/livekit/livekit-server
go 1.22.0
toolchain go1.22.1
go 1.22
require (
github.com/bep/debounce v1.2.1