From e10b0591dbe0f72cacc7ea983e3cd4ba498a4861 Mon Sep 17 00:00:00 2001 From: David Jumani Date: Wed, 10 Dec 2025 15:19:11 -0500 Subject: [PATCH 1/2] chore: Bump go to 1.25 --- changelog/v0.29.0/bump-go.yaml | 8 ++++++++ go.mod | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 changelog/v0.29.0/bump-go.yaml diff --git a/changelog/v0.29.0/bump-go.yaml b/changelog/v0.29.0/bump-go.yaml new file mode 100644 index 00000000..010966e5 --- /dev/null +++ b/changelog/v0.29.0/bump-go.yaml @@ -0,0 +1,8 @@ +changelog: + - type: DEPENDENCY_BUMP + dependencyOwner: golang + dependencyRepo: go + dependencyTag: v1.25.5 + description: "Update Go to 1.25.5" + issueLink: https://github.com/solo-io/solo-projects/issues/8681 + resolvesIssue: false diff --git a/go.mod b/go.mod index 5b404e56..a20b5eb0 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/solo-io/go-utils -go 1.24.6 +go 1.25.5 require ( cloud.google.com/go/pubsub v1.33.0 From e07baa6f656ab44af273bcaad8826342ae8219b3 Mon Sep 17 00:00:00 2001 From: David Jumani Date: Wed, 10 Dec 2025 15:21:47 -0500 Subject: [PATCH 2/2] update chagnelog --- changelog/v0.29.0/bump-go.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/changelog/v0.29.0/bump-go.yaml b/changelog/v0.29.0/bump-go.yaml index 010966e5..3f8f8c0d 100644 --- a/changelog/v0.29.0/bump-go.yaml +++ b/changelog/v0.29.0/bump-go.yaml @@ -3,6 +3,10 @@ changelog: dependencyOwner: golang dependencyRepo: go dependencyTag: v1.25.5 - description: "Update Go to 1.25.5" issueLink: https://github.com/solo-io/solo-projects/issues/8681 resolvesIssue: false + - type: BREAKING_CHANGE + description: "Update Go to 1.25.5" + issueLink: https://github.com/solo-io/solo-projects/issues/8681 + resolvesIssue: false +