Skip to content

Commit 2578494

Browse files
author
Ying Wang
committed
modify go version to 1.24.x in workflows
Signed-off-by: Ying Wang <yingwang@rehat.com>
1 parent cb1523e commit 2578494

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
build:
55
strategy:
66
matrix:
7-
go-version: [1.20.x, 1.21.x, 1.24.x]
7+
go-version: [1.24.x]
88
goarch: [amd64, arm64]
99
runs-on: ubuntu-latest
1010
if: >

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
test:
55
strategy:
66
matrix:
7-
go-version: [1.21.x]
7+
go-version: [1.24.x]
88
os: [ubuntu-latest] #, macos-latest, windows-latest]
99
runs-on: ${{ matrix.os }}
1010
steps:

0 commit comments

Comments
 (0)