Skip to content

Commit 2da0503

Browse files
committed
Use Go 1.24
Signed-off-by: 1gtm <1gtm@appscode.com>
1 parent 18e538b commit 2da0503

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
name: Build
1919
runs-on: ubuntu-22.04
2020
steps:
21-
- name: Set up Go 1.23
21+
- name: Set up Go 1.24
2222
uses: actions/setup-go@v5
2323
with:
24-
go-version: '1.23'
24+
go-version: '1.24'
2525
id: go
2626

2727
- uses: actions/checkout@v4

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ TAG := $(VERSION)_$(OS)_$(ARCH)
7171
TAG_PROD := $(TAG)
7272
TAG_DBG := $(VERSION)-dbg_$(OS)_$(ARCH)
7373

74-
GO_VERSION ?= 1.23
74+
GO_VERSION ?= 1.24
7575
BUILD_IMAGE ?= ghcr.io/appscode/golang-dev:$(GO_VERSION)
7676
CHART_TEST_IMAGE ?= quay.io/helmpack/chart-testing:v3.11.0
7777

0 commit comments

Comments
 (0)