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 61ff7d1 commit 8c4640aCopy full SHA for 8c4640a
.github/workflows/ci.yml
@@ -19,10 +19,10 @@ jobs:
19
runs-on: ubuntu-24.04
20
steps:
21
22
- - name: Set up Go 1.23
+ - name: Set up Go 1.24
23
uses: actions/setup-go@v5
24
with:
25
- go-version: '1.23'
+ go-version: '1.24'
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.23
+GO_VERSION ?= 1.24
71
BUILD_IMAGE ?= ghcr.io/appscode/golang-dev:$(GO_VERSION)
72
73
OUTBIN = bin/$(BIN)-$(OS)-$(ARCH)
0 commit comments