We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d8a6be commit 0b7998fCopy full SHA for 0b7998f
.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.23
+ - name: Set up Go 1.24
21
uses: actions/setup-go@v5
22
with:
23
- go-version: 1.23
+ go-version: '1.24'
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.23
+GO_VERSION ?= 1.24
74
BUILD_IMAGE ?= ghcr.io/appscode/golang-dev:$(GO_VERSION)
75
76
OUTBIN = bin/$(BIN)-$(OS)-$(ARCH)
0 commit comments