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 8c4640a commit 1e0827aCopy full SHA for 1e0827a
.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
@@ -67,7 +67,7 @@ TAG := $(VERSION)_$(OS)_$(ARCH)
67
TAG_PROD := $(TAG)
68
TAG_DBG := $(VERSION)-dbg_$(OS)_$(ARCH)
69
70
-GO_VERSION ?= 1.24
+GO_VERSION ?= 1.25
71
BUILD_IMAGE ?= ghcr.io/appscode/golang-dev:$(GO_VERSION)
72
73
OUTBIN = bin/$(BIN)-$(OS)-$(ARCH)
0 commit comments