go-template
go-template copied to clipboard
go/template is a tool for jumpstarting production-ready Golang projects quickly.
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 5.0.0 to 5.1.0. Release notes Sourced from goreleaser/goreleaser-action's releases. v5.1.0 Important This version changes the default behavior of latest to ~> v1. The next major of this...
Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.56.2 to 1.58.1. Release notes Sourced from github.com/golangci/golangci-lint's releases. v1.58.1 golangci-lint is a free and open-source project built by volunteers. If you value it, consider supporting us,...
Bumps [tj-actions/verify-changed-files](https://github.com/tj-actions/verify-changed-files) from 17 to 20. Release notes Sourced from tj-actions/verify-changed-files's releases. v20 Changes in v20.0.0 ๐ฅ ๐ฅ BREAKING CHANGE ๐ฅ ๐ฅ Upgrade tj-actions/glob action to v22 ๐ ๐ NEW...
Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.15.2 to 0.15.11. Release notes Sourced from anchore/sbom-action's releases. v0.15.11 Changes in v0.15.11 chore(deps): update Syft to v1.3.0 (#456) [anchore-actions-token-generator] chore: remove outdated snapshot workflow (#457) [spiffcs]...
Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 3.4.0 to 3.5.0. Release notes Sourced from sigstore/cosign-installer's releases. v3.5.0 What's Changed Bump actions/checkout from 4.1.1 to 4.1.2 by @โdependabot in sigstore/cosign-installer#157 use go 1.22 now by...
This PR replaces `go-uber/zap` with Go standard library's `log/slog`. The `internal/log` package within the template folder now includes: - a `New(level string) *slog.Logger` function to replace the former `NewAtLevel` function....
We found that Nix doesn't get much use, and our current contributors don't have the Nix expertise to make maintaining worth it.
I tested this locally with `goreleaser release --skip=publish`. `cosign` didn't run without prompts, but I assume that environment variables in the pipeline already handle that? ``` $ tar -tf bin/gt-darwin-amd64.tar.gz...
Fixes #378
### Is your feature request related to a problem? Please describe. Our linter configuration is not performing any automatic actions that could improve the quality of life of the SWE...