File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -284,7 +284,7 @@ rm -rf $$TMP_DIR ;\
284284}
285285endef
286286
287- GO_VERSION ?= 1.24
287+ GO_VERSION ?= 1.25
288288BUILD_IMAGE ?= ghcr.io/appscode/golang-dev:$(GO_VERSION )
289289
290290DOCKER_REPO_ROOT := /go/src/$(GO_PKG ) /$(REPO )
You can’t perform that action at this time.
0 commit comments