-
Notifications
You must be signed in to change notification settings - Fork 960
Closed
Description
Hi @felixfontein, thanks very much for the release!
Seems like Go cached the deleted tag of the release:
go mod download -json github.com/getsops/sops/v3@v3.10.0
{
"Path": "github.com/getsops/sops/v3",
"Version": "v3.10.0",
"Info": "/home/matheuscscp/go/pkg/mod/cache/download/github.com/getsops/sops/v3/@v/v3.10.0.info",
"GoMod": "/home/matheuscscp/go/pkg/mod/cache/download/github.com/getsops/sops/v3/@v/v3.10.0.mod",
"Zip": "/home/matheuscscp/go/pkg/mod/cache/download/github.com/getsops/sops/v3/@v/v3.10.0.zip",
"Dir": "/home/matheuscscp/go/pkg/mod/github.com/getsops/sops/v3@v3.10.0",
"Sum": "h1:pGBn1uogpz+sNO5iQU4q69V5+qh0zF6q+efxXKp2qIM=",
"GoModSum": "h1:ywVxyFHOiHoJN9uXLO3aEj71OoRfaxlkOzR2wjduZLo=",
"Origin": {
"VCS": "git",
"URL": "https://github.com/getsops/sops",
"Hash": "200bb6d8ab4063330bc99697255b3583501b3877", <------- deleted tag
"Ref": "refs/tags/v3.10.0"
}
}
I don't think Go will eventually refresh and pick the new one 🤔
Would it make sense to tag/release v3.10.1?
Metadata
Metadata
Assignees
Labels
No labels