File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ jobs:
1919 name : Build
2020 runs-on : ubuntu-24.04
2121 steps :
22- - name : Set up Go 1.24
22+ - name : Set up Go 1.25
2323 uses : actions/setup-go@v5
2424 with :
25- go-version : ' 1.24 '
25+ go-version : ' 1.25 '
2626 id : go
2727
2828 - name : Check out code into the Go module directory
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
1616 name : Build
1717 runs-on : ubuntu-24.04
1818 steps :
19- - name : Set up Go 1.24
19+ - name : Set up Go 1.25
2020 uses : actions/setup-go@v5
2121 with :
22- go-version : ' 1.24 '
22+ go-version : ' 1.25 '
2323 id : go
2424
2525 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ BIN_PLATFORMS := $(DOCKER_PLATFORMS) windows/amd64 darwin/amd64 darwin/arm64
5353OS := $(if $(GOOS ) ,$(GOOS ) ,$(shell go env GOOS) )
5454ARCH := $(if $(GOARCH ) ,$(GOARCH ) ,$(shell go env GOARCH) )
5555
56- GO_VERSION ?= 1.24
56+ GO_VERSION ?= 1.25
5757BUILD_IMAGE ?= ghcr.io/appscode/golang-dev:$(GO_VERSION )
5858
5959OUTBIN = bin/$(BIN ) -$(OS ) -$(ARCH )
You can’t perform that action at this time.
0 commit comments