Closed spowelljr closed 7 months ago
One of our go imports uses the slices package, so if you try building gopogh with Go 1.20 you get an error:
slices
slices: package slices is not in GOROOT (/home/dependabot/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.20.10.linux-amd64/src/slices)
So updating minimum required Go version to 1.21
One of our go imports uses the
slices
package, so if you try building gopogh with Go 1.20 you get an error:So updating minimum required Go version to 1.21