Skip to content

Commit 09a0a2c

Browse files
authored
Use Go 1.24 (#1418) (#1421)
/cherry-pick Signed-off-by: 1gtm <[email protected]>
1 parent ea14aa7 commit 09a0a2c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
name: Build
1414
runs-on: ubuntu-20.04
1515
steps:
16-
- name: Set up Go 1.22
17-
uses: actions/setup-go@v1
16+
- name: Set up Go 1.24
17+
uses: actions/setup-go@v5
1818
with:
19-
go-version: '1.22'
19+
go-version: '1.24'
2020
id: go
2121

2222
- uses: actions/checkout@v1

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ TAG := $(VERSION)_$(OS)_$(ARCH)
6868
TAG_PROD := $(TAG)
6969
TAG_DBG := $(VERSION)-dbg_$(OS)_$(ARCH)
7070

71-
GO_VERSION ?= 1.22
71+
GO_VERSION ?= 1.24
7272
BUILD_IMAGE ?= ghcr.io/appscode/golang-dev:$(GO_VERSION)
7373

7474
OUTBIN = bin/$(OS)_$(ARCH)/$(BIN)

0 commit comments

Comments
 (0)