From fbda33381cfc36aa16c8d85788e8124e8394b58c Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Fri, 14 Feb 2025 23:18:05 +0000 Subject: [PATCH] Use Go 1.24 Signed-off-by: 1gtm <1gtm@appscode.com> --- .github/workflows/ci.yml | 4 ++-- Dockerfile.dbg | 2 +- Makefile | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e6c38474..db25f3cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,10 +19,10 @@ jobs: runs-on: ubuntu-24.04 steps: - - name: Set up Go 1.23 + - name: Set up Go 1.24 uses: actions/setup-go@v5 with: - go-version: '1.23' + go-version: '1.24' id: go - uses: actions/checkout@v4 diff --git a/Dockerfile.dbg b/Dockerfile.dbg index 0e0a0a4c..9ae413a0 100644 --- a/Dockerfile.dbg +++ b/Dockerfile.dbg @@ -24,7 +24,7 @@ RUN set -x \ && mv rancher-machine docker-machine -FROM ghcr.io/appscode/dlv:1.23 +FROM ghcr.io/appscode/dlv:1.24 FROM {ARG_FROM} diff --git a/Makefile b/Makefile index 1807bdae..b3e13b36 100644 --- a/Makefile +++ b/Makefile @@ -77,7 +77,7 @@ TAG := $(VERSION)_$(OS)_$(ARCH) TAG_PROD := $(TAG) TAG_DBG := $(VERSION)-dbg_$(OS)_$(ARCH) -GO_VERSION ?= 1.23 +GO_VERSION ?= 1.24 BUILD_IMAGE ?= ghcr.io/appscode/golang-dev:$(GO_VERSION) CHART_TEST_IMAGE ?= quay.io/helmpack/chart-testing:v3.11.0