A number of go tools in the go ecosystem, like pkg.go.dev, don't work unless you have a strict semver version number, which requires a patch version for each. To make this work properly, we'll have to do the following:
[x] New github action that, upon a new tag being generated, runs curl https://sum.golang.org/lookup/github.com/fermitools/managed-tokens@$VERSION, e.g. curl https://sum.golang.org/lookup/github.com/fermitools/managed-tokens@v0.11.1 and throws away the result
A number of go tools in the go ecosystem, like pkg.go.dev, don't work unless you have a strict semver version number, which requires a patch version for each. To make this work properly, we'll have to do the following:
curl https://sum.golang.org/lookup/github.com/fermitools/managed-tokens@$VERSION
, e.g.curl https://sum.golang.org/lookup/github.com/fermitools/managed-tokens@v0.11.1
and throws away the result