Skip to content

Commit b4f704d

Browse files
chore: update dependencies
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cd5a938 commit b4f704d

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ require (
66
github.com/drone/drone-yaml v1.2.3
77
github.com/go-git/go-git/v5 v5.16.3
88
github.com/google/go-github/v75 v75.0.0
9+
github.com/google/go-github/v76 v76.0.0
910
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
1011
github.com/siderolabs/gen v0.8.5
1112
github.com/spf13/cobra v1.10.1

go.sum

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
6464
github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU=
6565
github.com/google/go-github/v75 v75.0.0 h1:k7q8Bvg+W5KxRl9Tjq16a9XEgVY1pwuiG5sIL7435Ic=
6666
github.com/google/go-github/v75 v75.0.0/go.mod h1:H3LUJEA1TCrzuUqtdAQniBNwuKiQIqdGKgBo1/M/uqI=
67+
github.com/google/go-github/v76 v76.0.0/go.mod h1:38+d/8pYDO4fBLYfBhXF5EKO0wA3UkXBjfmQapFsNCQ=
6768
github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8=
6869
github.com/google/go-querystring v1.1.0/go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU=
6970
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf/go.mod h1:HP5RmnzzSNb993RKQDq4+1A4ia9nllfqcQFTQJedwGI=

internal/config/constants.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)