Hi,
Would it be possible to have the latest commits since changing to go mod released in a new version? It looks like when running go install github.com/github-release/github-release@v0.10.1 we're not seeing the version of the github.com/kevinburke/rest locked appropriately and instead it finds: go: found github.com/kevinburke/rest/restclient in github.com/kevinburke/rest v0.0.0-20250718180114-1a15e4f2364f. With recent changes in that dependency it's causing a few breaking changes when running on anything below go 1.23. From the recent commits it looks like go mod changes were added but not released but I was wondering if these would lock the version in when go installing.
Much appreciated