go-template icon indicating copy to clipboard operation
go-template copied to clipboard

go/template is a tool for jumpstarting production-ready Golang projects quickly.

Results 44 go-template issues
Sort by recently updated
recently updated
newest added

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...

dependencies
github_actions

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,...

dependencies
go

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...

dependencies
github_actions

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]...

dependencies
github_actions

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...

dependencies
github_actions

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...

### 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...

proposal
proposal-accepted