Skip to content

Commit 6d2b24d

Browse files
authored
Use Go 1.24 (#22)
Signed-off-by: 1gtm <1gtm@appscode.com>
1 parent 398fa7e commit 6d2b24d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

Dockerfile.dbg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515

16-
FROM ghcr.io/appscode/dlv:1.23
16+
FROM ghcr.io/appscode/dlv:1.24
1717

1818
FROM {ARG_FROM}
1919

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ TAG := $(VERSION)_$(OS)_$(ARCH)
7676
TAG_PROD := $(TAG)
7777
TAG_DBG := $(VERSION)-dbg_$(OS)_$(ARCH)
7878

79-
GO_VERSION ?= 1.23
79+
GO_VERSION ?= 1.24
8080
BUILD_IMAGE ?= ghcr.io/appscode/golang-dev:$(GO_VERSION)
8181
CHART_TEST_IMAGE ?= quay.io/helmpack/chart-testing:v3.11.0
8282

0 commit comments

Comments
 (0)