From 6649e7ac3268040831212402fe52ab1702b883f6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 14:36:51 -0700 Subject: [PATCH] Update dependency go to v1.25.0 (#2646) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/changelog.yml | 2 +- internal/tools/go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 36b271074..cacfb6f33 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -38,7 +38,7 @@ jobs: - name: Setup Go uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0 with: - go-version: ~1.24.0 + go-version: ~1.25.0 - name: Cache Go id: go-cache uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 diff --git a/internal/tools/go.mod b/internal/tools/go.mod index e875b3385..9e22b73bb 100644 --- a/internal/tools/go.mod +++ b/internal/tools/go.mod @@ -2,7 +2,7 @@ module github.com/open-telemetry/opentelemetry-specification/internal/tools go 1.23.0 -toolchain go1.24.5 +toolchain go1.25.0 require ( github.com/client9/misspell v0.3.4