medyagh / gopogh

generate pretty html out of golang's test logs
Apache License 2.0
21 stars 12 forks source link

Update go.mod version from 1.20 to 1.21 #131

Closed spowelljr closed 7 months ago

spowelljr commented 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: 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