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 @@ -18,10 +18,10 @@ jobs:
18
18
name : Build
19
19
runs-on : ubuntu-24.04
20
20
steps :
21
- - name : Set up Go 1.23
21
+ - name : Set up Go 1.24
22
22
uses : actions/setup-go@v5
23
23
with :
24
- go-version : ' 1.23 '
24
+ go-version : ' 1.24 '
25
25
id : go
26
26
27
27
- name : Check out code into the Go module directory
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
15
15
name : Build
16
16
runs-on : ubuntu-24.04
17
17
steps :
18
- - name : Set up Go 1.23
18
+ - name : Set up Go 1.24
19
19
uses : actions/setup-go@v5
20
20
with :
21
- go-version : ' 1.23 '
21
+ go-version : ' 1.24 '
22
22
id : go
23
23
24
24
- 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
53
53
OS := $(if $(GOOS ) ,$(GOOS ) ,$(shell go env GOOS) )
54
54
ARCH := $(if $(GOARCH ) ,$(GOARCH ) ,$(shell go env GOARCH) )
55
55
56
- GO_VERSION ?= 1.23
56
+ GO_VERSION ?= 1.24
57
57
BUILD_IMAGE ?= ghcr.io/appscode/golang-dev:$(GO_VERSION )
58
58
59
59
RESTIC_VER := 0.17.3
You can’t perform that action at this time.
0 commit comments