go.mod: update dependencies

bump minimum go version to 1.23
use go 1.24 in docker image
This commit is contained in:
Will Norris 2025-04-28 15:53:07 -07:00
parent 5a27a2ec45
commit 73ff297c47
4 changed files with 168 additions and 194 deletions

View file

@ -22,7 +22,7 @@ jobs:
# minimum go version that works. This is not necessarily supported in
# any way, and will be bumped up without notice as needed. But it at
# least lets us know what go version should work.
- go-version: 1.21
- go-version: 1.23
platform: ubuntu-latest
# include windows, but only with the latest Go version, since there