We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e94a96 commit aa7a0aaCopy full SHA for aa7a0aa
.github/workflows/ci.yml
@@ -18,10 +18,10 @@ jobs:
18
runs-on: ubuntu-24.04
19
steps:
20
21
- - name: Set up Go 1.23
+ - name: Set up Go 1.24
22
uses: actions/setup-go@v5
23
with:
24
- go-version: '1.23'
+ go-version: '1.24'
25
id: go
26
27
- name: Check out code into the Go module directory
Makefile
@@ -54,7 +54,7 @@ BIN_PLATFORMS := $(DOCKER_PLATFORMS) windows/amd64 darwin/amd64
54
OS := $(if $(GOOS),$(GOOS),$(shell go env GOOS))
55
ARCH := $(if $(GOARCH),$(GOARCH),$(shell go env GOARCH))
56
57
-GO_VERSION ?= 1.23
+GO_VERSION ?= 1.24
58
BUILD_IMAGE ?= ghcr.io/appscode/golang-dev:$(GO_VERSION)
59
60
OUTBIN = bin/$(BIN)-$(OS)-$(ARCH)
0 commit comments