Skip to content

Commit e8d7cfc

Browse files
authored
Use Go 1.25 (#30)
Signed-off-by: 1gtm <[email protected]>
1 parent 6f257d7 commit e8d7cfc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set up Go
2424
uses: actions/setup-go@v5
2525
with:
26-
go-version: '1.24'
26+
go-version: '1.25'
2727

2828
- name: Set up QEMU
2929
id: qemu

.github/workflows/update-crds.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
name: Build
1616
runs-on: ubuntu-24.04
1717
steps:
18-
- name: Set up Go 1.24
18+
- name: Set up Go 1.25
1919
uses: actions/setup-go@v5
2020
with:
21-
go-version: '1.24'
21+
go-version: '1.25'
2222
id: go
2323

2424
- uses: actions/checkout@v4

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ rm -rf $$TMP_DIR ;\
284284
}
285285
endef
286286

287-
GO_VERSION ?= 1.24
287+
GO_VERSION ?= 1.25
288288
BUILD_IMAGE ?= ghcr.io/appscode/golang-dev:$(GO_VERSION)
289289

290290
DOCKER_REPO_ROOT := /go/src/$(GO_PKG)/$(REPO)

0 commit comments

Comments
 (0)