fix some ci enhancement (#435)

* fix(release): customize goreleaser config file, by adding json schema and fixing configuration version

* fix(go): rename invalid comment format

* fix(ci): made release workflow work again

replace goreleaser --rm-dist flag by --clean
increment go version for release pipeline
fetch previous tags use by goreleaser
give release workflow content write permissions to publish release
This commit is contained in:
Antoine
2025-01-07 21:25:01 +01:00
committed by GitHub
parent 561793c356
commit 0bcd0d5dd5
5 changed files with 12 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ var (
version = "v0.0.0+unknown" // populated by goreleaser
)
// VersionOps describes printing version string.
// VersionOp describes printing version string.
type VersionOp struct{}
func (_ VersionOp) Run(stdout, _ io.Writer) error {

View File

@@ -11,7 +11,7 @@ var (
version = "v0.0.0+unknown" // populated by goreleaser
)
// VersionOps describes printing version string.
// VersionOp describes printing version string.
type VersionOp struct{}
func (_ VersionOp) Run(stdout, _ io.Writer) error {