File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ jobs:
2020 steps :
2121 - uses : actions/checkout@v4
2222
23- - name : Set up Go 1.23
23+ - name : Set up Go 1.24
2424 uses : actions/setup-go@v5
2525 with :
26- go-version : ' 1.23 '
26+ go-version : ' 1.24 '
2727 id : go
2828
2929 - name : Set up QEMU
@@ -49,10 +49,10 @@ jobs:
4949 steps :
5050 - uses : actions/checkout@v4
5151
52- - name : Set up Go 1.23
52+ - name : Set up Go 1.24
5353 uses : actions/setup-go@v5
5454 with :
55- go-version : ' 1.23 '
55+ go-version : ' 1.24 '
5656 id : go
5757
5858 - name : Create Kubernetes ${{ matrix.k8s }} cluster
Original file line number Diff line number Diff line change 1313# limitations under the License.
1414
1515
16- FROM ghcr.io/appscode/dlv:1.23
16+ FROM ghcr.io/appscode/dlv:1.24
1717
1818FROM {ARG_FROM}
1919
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ TAG := $(VERSION)_$(OS)_$(ARCH)
7676TAG_PROD := $(TAG )
7777TAG_DBG := $(VERSION ) -dbg_$(OS ) _$(ARCH )
7878
79- GO_VERSION ?= 1.23
79+ GO_VERSION ?= 1.24
8080BUILD_IMAGE ?= ghcr.io/appscode/golang-dev:$(GO_VERSION )
8181CHART_TEST_IMAGE ?= quay.io/helmpack/chart-testing:v3.11.0
8282
You can’t perform that action at this time.
0 commit comments