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 6400a0d commit a4010d0Copy full SHA for a4010d0
.github/workflows/ci.yml
@@ -19,10 +19,10 @@ jobs:
19
runs-on: ubuntu-24.04
20
steps:
21
22
- - name: Set up Go 1.24
+ - name: Set up Go 1.25
23
uses: actions/setup-go@v5
24
with:
25
- go-version: '1.24'
+ go-version: '1.25'
26
id: go
27
28
- name: Check out code into the Go module directory
Makefile
@@ -53,7 +53,7 @@ BIN_PLATFORMS := $(DOCKER_PLATFORMS) darwin/amd64
53
OS := $(if $(GOOS),$(GOOS),$(shell go env GOOS))
54
ARCH := $(if $(GOARCH),$(GOARCH),$(shell go env GOARCH))
55
56
-GO_VERSION ?= 1.24
+GO_VERSION ?= 1.25
57
BUILD_IMAGE ?= ghcr.io/appscode/golang-dev:$(GO_VERSION)
58
59
OUTBIN = bin/$(BIN)-$(OS)-$(ARCH)
0 commit comments