Skip to content

Commit dc0ce39

Browse files
authored
Use Go 1.24 (#28)
Signed-off-by: 1gtm <1gtm@appscode.com>
1 parent 2e76bf2 commit dc0ce39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ ARCH := $(if $(GOARCH),$(GOARCH),$(shell go env GOARCH))
6161
BASEIMAGE_PROD ?= gcr.io/distroless/static-debian12
6262
BASEIMAGE_DBG ?= debian:12
6363

64-
GO_VERSION ?= 1.23
64+
GO_VERSION ?= 1.24
6565
BUILD_IMAGE ?= ghcr.io/appscode/golang-dev:$(GO_VERSION)
6666
CHART_TEST_IMAGE ?= quay.io/helmpack/chart-testing:v3.11.0
6767

0 commit comments

Comments
 (0)