We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2d9dec commit 8d0f39dCopy full SHA for 8d0f39d
.github/workflows/ci.yml
@@ -20,10 +20,10 @@ jobs:
20
runs-on: ubuntu-22.04
21
steps:
22
23
- - name: Set up Go 1.22
+ - name: Set up Go 1.23
24
uses: actions/setup-go@v1
25
with:
26
- go-version: '1.22'
+ go-version: '1.23'
27
id: go
28
29
- uses: actions/checkout@v2
Makefile
@@ -77,9 +77,9 @@ TAG := $(VERSION)_$(OS)_$(ARCH)
77
TAG_PROD := $(TAG)
78
TAG_DBG := $(VERSION)-dbg_$(OS)_$(ARCH)
79
80
-GO_VERSION ?= 1.22
+GO_VERSION ?= 1.23
81
BUILD_IMAGE ?= ghcr.io/appscode/golang-dev:$(GO_VERSION)
82
-CHART_TEST_IMAGE ?= quay.io/helmpack/chart-testing:v3.5.1
+CHART_TEST_IMAGE ?= quay.io/helmpack/chart-testing:v3.11.0
83
84
OUTBIN = bin/$(OS)_$(ARCH)/$(BIN)
85
ifeq ($(OS),windows)
0 commit comments