Skip to content

Commit 303dc4d

Browse files
authored
Use Go 1.25 (#1605)
/cherry-pick Signed-off-by: 1gtm <1gtm@appscode.com>
1 parent 4494513 commit 303dc4d

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
name: Build
2020
runs-on: ubuntu-24.04
2121
steps:
22-
- name: Set up Go 1.24
22+
- name: Set up Go 1.25
2323
uses: actions/setup-go@v5
2424
with:
25-
go-version: '1.24'
25+
go-version: '1.25'
2626
id: go
2727

2828
- name: Check out code into the Go module directory

.github/workflows/update-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
name: Build
1717
runs-on: ubuntu-24.04
1818
steps:
19-
- name: Set up Go 1.24
19+
- name: Set up Go 1.25
2020
uses: actions/setup-go@v5
2121
with:
22-
go-version: '1.24'
22+
go-version: '1.25'
2323
id: go
2424

2525
- uses: actions/checkout@v4

Makefile

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

75-
GO_VERSION ?= 1.24
75+
GO_VERSION ?= 1.25
7676
BUILD_IMAGE ?= ghcr.io/appscode/golang-dev:$(GO_VERSION)
7777
TEST_IMAGE ?= ghcr.io/appscode/golang-dev:$(GO_VERSION)-stash
7878

0 commit comments

Comments
 (0)