diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5bdeffe6..2bda3c1f 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/Makefile b/Makefile index b04f2e1c..55945461 100644 --- a/Makefile +++ b/Makefile @@ -61,7 +61,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)