Skip to content

Commit 8c4640a

Browse files
authored
Use Go 1.24 (#72)
Signed-off-by: 1gtm <[email protected]>
1 parent 61ff7d1 commit 8c4640a

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
@@ -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
- name: Check out code into the Go module directory

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ TAG := $(VERSION)_$(OS)_$(ARCH)
6767
TAG_PROD := $(TAG)
6868
TAG_DBG := $(VERSION)-dbg_$(OS)_$(ARCH)
6969

70-
GO_VERSION ?= 1.23
70+
GO_VERSION ?= 1.24
7171
BUILD_IMAGE ?= ghcr.io/appscode/golang-dev:$(GO_VERSION)
7272

7373
OUTBIN = bin/$(BIN)-$(OS)-$(ARCH)

0 commit comments

Comments
 (0)