@@ -44,7 +44,7 @@ const (
4444 GitHubScriptActionVersion = "v7"
4545 // GoFmtVersion is the version of gofmt.
4646 // renovate: datasource=go depName=github.com/mvdan/gofumpt
47- GoFmtVersion = "v0.9.1 "
47+ GoFmtVersion = "v0.9.2 "
4848 // GoImportsVersion is the version of goimports.
4949 // renovate: datasource=go depName=golang.org/x/tools
5050 GoImportsVersion = "v0.38.0"
@@ -53,7 +53,7 @@ const (
5353 GoMockVersion = "v0.6.0"
5454 // GolangCIlintVersion is the version of golangci-lint.
5555 // renovate: datasource=go depName=github.com/golangci/golangci-lint
56- GolangCIlintVersion = "v2.5 .0"
56+ GolangCIlintVersion = "v2.6 .0"
5757 // GolangContainerImageVersion is the default golang container image.
5858 // renovate: datasource=docker versioning=docker depName=golang
5959 GolangContainerImageVersion = "1.25-alpine"
@@ -77,7 +77,7 @@ const (
7777 MarkdownLintCLIVersion = "0.45.0"
7878 // BunContainerImageVersion is the default bun container image.
7979 // renovate: datasource=docker versioning=docker depName=oven/bun
80- BunContainerImageVersion = "1.3.0 -alpine"
80+ BunContainerImageVersion = "1.3.1 -alpine"
8181 // NodeContainerImageVersion is the default node container image.
8282 //
8383 // NOTE: Check renovate.json for the rules on this before bumping, e.g., pinned versions.
0 commit comments