Skip to content

Commit ffe68d8

Browse files
authored
Use Go 1.24 (#19)
Signed-off-by: 1gtm <1gtm@appscode.com>
1 parent 48a6951 commit ffe68d8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
runs-on: ubuntu-24.04
2020
steps:
2121

22-
- name: Set up Go 1.23
22+
- name: Set up Go 1.24
2323
uses: actions/setup-go@v5
2424
with:
25-
go-version: '1.23'
25+
go-version: '1.24'
2626
id: go
2727

2828
- uses: actions/checkout@v4

Dockerfile.dbg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN set -x \
2424
&& mv rancher-machine docker-machine
2525

2626

27-
FROM ghcr.io/appscode/dlv:1.23
27+
FROM ghcr.io/appscode/dlv:1.24
2828

2929
FROM {ARG_FROM}
3030

Makefile

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

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

0 commit comments

Comments
 (0)