From 12a85747769ebf6a53b7157b4fc448ee064824f2 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Fri, 15 Aug 2025 04:56:26 +0000 Subject: [PATCH] Use Go 1.25 /cherry-pick Signed-off-by: 1gtm <1gtm@appscode.com> --- .github/workflows/preview-website.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/preview-website.yml b/.github/workflows/preview-website.yml index fca240f808..d38f3d0108 100644 --- a/.github/workflows/preview-website.yml +++ b/.github/workflows/preview-website.yml @@ -23,7 +23,7 @@ jobs: - name: Set up Go 1.x uses: actions/setup-go@v5 with: - go-version: '1.24' + go-version: '1.25' id: go - name: Use Node.js diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 73b7c76eba..e1ff1d1047 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: - name: Set up Go 1.x uses: actions/setup-go@v5 with: - go-version: '1.24' + go-version: '1.25' id: go - name: Use Node.js