smartystreets / goconvey

Go testing in the browser. Integrates with `go test`. Write behavioral tests in Go.
http://smartystreets.github.io/goconvey/
Other
8.23k stars 554 forks source link

chore(go.mod): upgrade to go 1.21.7 #687

Closed srabraham closed 6 months ago

srabraham commented 6 months ago

Now that Go 1.22 is out, 1.21 is the earliest major version still supported by the Go team.

I also ran the following to upgrade all deps

go get -t -u ./...
go mod tidy

all the tests pass, except for the one that's been flaky for some time now (the watcher integration test), which is flaky before and after this change. I've been working to debug that one, and I'll follow up in subsequent days.

riannucci commented 6 months ago

Thanks :)