From 112d4cb09faf2e44b9527602d83ccde06724fd12 Mon Sep 17 00:00:00 2001 From: null <139585163+KubeArchitectBot@users.noreply.github.com> Date: Tue, 9 Sep 2025 06:44:54 +0000 Subject: [PATCH] Update dependency go to 1.25 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8358eb69c..23b5ea84a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -201,7 +201,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v6 with: - go-version: "1.24" + go-version: "1.25" - name: Setup Node.js uses: actions/setup-node@v5