diff --git a/changelog/v0.29.0/bump-go.yaml b/changelog/v0.29.0/bump-go.yaml new file mode 100644 index 00000000..3f8f8c0d --- /dev/null +++ b/changelog/v0.29.0/bump-go.yaml @@ -0,0 +1,12 @@ +changelog: + - type: DEPENDENCY_BUMP + dependencyOwner: golang + dependencyRepo: go + dependencyTag: v1.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 + 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