We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7132c46 commit 2530af7Copy full SHA for 2530af7
.github/workflows/ci.yml
@@ -17,10 +17,10 @@ jobs:
17
name: Build
18
runs-on: ubuntu-24.04
19
steps:
20
- - name: Set up Go 1.24
+ - name: Set up Go 1.25
21
uses: actions/setup-go@v5
22
with:
23
- go-version: '1.24'
+ go-version: '1.25'
24
id: go
25
26
- uses: actions/checkout@v4
Makefile
@@ -70,7 +70,7 @@ TAG := $(VERSION)_$(OS)_$(ARCH)
70
TAG_PROD := $(TAG)
71
TAG_DBG := $(VERSION)-dbg_$(OS)_$(ARCH)
72
73
-GO_VERSION ?= 1.24
+GO_VERSION ?= 1.25
74
BUILD_IMAGE ?= ghcr.io/appscode/golang-dev:$(GO_VERSION)
75
76
OUTBIN = bin/$(BIN)-$(OS)-$(ARCH)
0 commit comments