Skip to content

Commit 03c57fe

Browse files
authored
Use Go 1.25 (#95)
/cherry-pick Signed-off-by: 1gtm <[email protected]>
1 parent 291ff35 commit 03c57fe

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.24
16+
- name: Set up Go 1.25
1717
uses: actions/setup-go@v5
1818
with:
19-
go-version: '1.24'
19+
go-version: '1.25'
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.24
57+
GO_VERSION ?= 1.25
5858
BUILD_IMAGE ?= ghcr.io/appscode/golang-dev:$(GO_VERSION)
5959
CHART_TEST_IMAGE ?= quay.io/helmpack/chart-testing:v3.13.0
6060

0 commit comments

Comments
 (0)