diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f0f53ab..10c2ee1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,10 +18,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' id: go - uses: actions/checkout@v4 diff --git a/Makefile b/Makefile index da7c9de..bdc0ef7 100644 --- a/Makefile +++ b/Makefile @@ -54,7 +54,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) CHART_TEST_IMAGE ?= quay.io/helmpack/chart-testing:v3.11.0