From ff36300df90a17af1cba0ab689814814e745f998 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 Aug 2025 01:52:53 +0000 Subject: [PATCH] chore(deps): Update dependency go to v1.25.0 --- .github/workflows/ci-go-test.yml | 2 +- .github/workflows/ci-runtime-build.yml | 2 +- .github/workflows/ci-runtime-integration-tests.yml | 2 +- .github/workflows/ci-sdk-go-build.yml | 4 ++-- .github/workflows/codeql.yml | 2 +- .github/workflows/release-runtime.yaml | 2 +- .github/workflows/release-sdk-go.yaml | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci-go-test.yml b/.github/workflows/ci-go-test.yml index d2c869aab..94573d39f 100644 --- a/.github/workflows/ci-go-test.yml +++ b/.github/workflows/ci-go-test.yml @@ -52,7 +52,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v5 with: - go-version: 1.24.6 + go-version: 1.25.0 cache-dependency-path: "${{ matrix.dir }}/go.sum" - name: Run Unit Tests run: | diff --git a/.github/workflows/ci-runtime-build.yml b/.github/workflows/ci-runtime-build.yml index a21ced60a..9969bce3c 100644 --- a/.github/workflows/ci-runtime-build.yml +++ b/.github/workflows/ci-runtime-build.yml @@ -33,7 +33,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v5 with: - go-version: 1.24.6 + go-version: 1.25.0 cache-dependency-path: runtime/go.sum - name: Build Runtime working-directory: runtime diff --git a/.github/workflows/ci-runtime-integration-tests.yml b/.github/workflows/ci-runtime-integration-tests.yml index 1035cbd60..bfefbdefa 100644 --- a/.github/workflows/ci-runtime-integration-tests.yml +++ b/.github/workflows/ci-runtime-integration-tests.yml @@ -25,7 +25,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v5 with: - go-version: 1.24.6 + go-version: 1.25.0 cache-dependency-path: runtime/go.sum - name: Setup Node uses: actions/setup-node@v4 diff --git a/.github/workflows/ci-sdk-go-build.yml b/.github/workflows/ci-sdk-go-build.yml index 34c05049e..175267d7b 100644 --- a/.github/workflows/ci-sdk-go-build.yml +++ b/.github/workflows/ci-sdk-go-build.yml @@ -58,7 +58,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v5 with: - go-version: 1.24.6 + go-version: 1.25.0 cache-dependency-path: ./sdk/go/go.sum - name: Build Program run: go build . @@ -79,7 +79,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v5 with: - go-version: 1.24.6 + go-version: 1.25.0 cache-dependency-path: "${{ matrix.dir }}/go.sum" - name: Setup TinyGo uses: acifani/setup-tinygo@v2 diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index e74bdb7b2..f75cfb43f 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -67,7 +67,7 @@ jobs: if: matrix.language == 'go' uses: actions/setup-go@v5 with: - go-version: 1.24.6 + go-version: 1.25.0 cache-dependency-path: runtime/go.sum # Initializes the CodeQL tools for scanning. diff --git a/.github/workflows/release-runtime.yaml b/.github/workflows/release-runtime.yaml index efc95760e..8bd5f77b6 100644 --- a/.github/workflows/release-runtime.yaml +++ b/.github/workflows/release-runtime.yaml @@ -32,7 +32,7 @@ jobs: run: npm run build - uses: actions/setup-go@v5 with: - go-version: 1.24.6 + go-version: 1.25.0 cache-dependency-path: runtime/go.sum - uses: goreleaser/goreleaser-action@v6 with: diff --git a/.github/workflows/release-sdk-go.yaml b/.github/workflows/release-sdk-go.yaml index c57fb38c4..c564f2a1a 100644 --- a/.github/workflows/release-sdk-go.yaml +++ b/.github/workflows/release-sdk-go.yaml @@ -26,7 +26,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v5 with: - go-version: 1.24.6 + go-version: 1.25.0 cache-dependency-path: ./sdk/go/go.sum - name: Prepare Release working-directory: sdk/go