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 18e538b commit 2da0503Copy full SHA for 2da0503
.github/workflows/ci.yml
@@ -18,10 +18,10 @@ jobs:
18
name: Build
19
runs-on: ubuntu-22.04
20
steps:
21
- - name: Set up Go 1.23
+ - name: Set up Go 1.24
22
uses: actions/setup-go@v5
23
with:
24
- go-version: '1.23'
+ go-version: '1.24'
25
id: go
26
27
- uses: actions/checkout@v4
Makefile
@@ -71,7 +71,7 @@ TAG := $(VERSION)_$(OS)_$(ARCH)
71
TAG_PROD := $(TAG)
72
TAG_DBG := $(VERSION)-dbg_$(OS)_$(ARCH)
73
74
-GO_VERSION ?= 1.23
+GO_VERSION ?= 1.24
75
BUILD_IMAGE ?= ghcr.io/appscode/golang-dev:$(GO_VERSION)
76
CHART_TEST_IMAGE ?= quay.io/helmpack/chart-testing:v3.11.0
77
0 commit comments