From b654fdb1f0fbce18382b4363d5ad55d778167623 Mon Sep 17 00:00:00 2001 From: lgtm <1gtm@users.noreply.github.com> Date: Fri, 14 Feb 2025 15:16:51 -0800 Subject: [PATCH] Use Go 1.24 (#24) Signed-off-by: 1gtm <1gtm@appscode.com> --- .github/workflows/ci.yml | 4 ++-- Makefile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0942ebd..d5dc26b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,10 +17,10 @@ jobs: name: Build 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' - name: Check out code into the Go module directory uses: actions/checkout@v4 diff --git a/Makefile b/Makefile index 0c5a770..29c30ae 100644 --- a/Makefile +++ b/Makefile @@ -56,7 +56,7 @@ ARCH := $(if $(GOARCH),$(GOARCH),$(shell go env GOARCH)) BASEIMAGE_PROD ?= gcr.io/distroless/static-debian12 BASEIMAGE_DBG ?= debian:12 -GO_VERSION ?= 1.23 +GO_VERSION ?= 1.24 BUILD_IMAGE ?= ghcr.io/appscode/golang-dev:$(GO_VERSION) OUTBIN = bin/$(OS)_$(ARCH)/$(BIN)