Skip to content

Commit 87ee242

Browse files
authored
Use Go 1.24 (#90)
/cherry-pick Signed-off-by: 1gtm <1gtm@appscode.com>
1 parent bfc7832 commit 87ee242

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
name: Build
1414
runs-on: ubuntu-24.04
1515
steps:
16-
- name: Set up Go 1.23
16+
- name: Set up Go 1.24
1717
uses: actions/setup-go@v5
1818
with:
19-
go-version: '1.23'
19+
go-version: '1.24'
2020
id: go
2121

2222
- uses: actions/checkout@v4

Makefile

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

57-
GO_VERSION ?= 1.23
57+
GO_VERSION ?= 1.24
5858
BUILD_IMAGE ?= ghcr.io/appscode/golang-dev:$(GO_VERSION)
5959
CHART_TEST_IMAGE ?= quay.io/helmpack/chart-testing:v3.11.0
6060

0 commit comments

Comments
 (0)