From 6a5fd4fa1c267fc34f85f41251888acb0ef2a123 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Wed, 30 Oct 2024 08:26:38 +0000 Subject: [PATCH] Use debian:12 base image Signed-off-by: 1gtm <1gtm@appscode.com> --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8713fef..7273196 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,10 +18,10 @@ jobs: - uses: actions/checkout@v1 - run: git checkout -b release-${GITHUB_REF_NAME} - - name: Set up Go 1.22 + - name: Set up Go 1.23 uses: actions/setup-go@v1 with: - go-version: '1.22' + go-version: '1.23' id: go - name: Set up QEMU