Skip to content

Commit cf595b9

Browse files
committed
chore(ci): test golang 1.25.x
1 parent 2f380fa commit cf595b9

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
# 1.22.x, # Ended 11 Feb 2025
2121
1.23.x,
2222
1.24.x,
23+
1.25.x,
2324
]
2425
os: [ubuntu-latest]
2526
runs-on: ${{ matrix.os }}

.github/workflows/test.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
# 1.22.x, # Ended 11 Feb 2025
4040
1.23.x,
4141
1.24.x,
42+
1.25.x,
4243
]
4344
os: [ubuntu-latest, macos-13, macos-14, windows-latest]
4445
runs-on: ${{ matrix.os }}
@@ -89,7 +90,7 @@ jobs:
8990
fail-fast: false
9091
matrix:
9192
os: [ubuntu-latest, ubuntu-24.04-arm]
92-
go-version: ["1.23", "1.24"]
93+
go-version: ["1.23", "1.24", "1.25"]
9394
variant: [debian]
9495
experimental: [false]
9596
include:
@@ -101,6 +102,10 @@ jobs:
101102
go-version: 1.24
102103
experimental: true
103104
os: ubuntu-latest
105+
- variant: alpine
106+
go-version: 1.25
107+
experimental: true
108+
os: ubuntu-latest
104109
- variant: alpine
105110
go-version: 1.23
106111
experimental: true
@@ -109,6 +114,10 @@ jobs:
109114
go-version: 1.24
110115
experimental: true
111116
os: ubuntu-24.04-arm
117+
- variant: alpine
118+
go-version: 1.25
119+
experimental: true
120+
os: ubuntu-24.04-arm
112121
steps:
113122
- uses: actions/checkout@v5
114123

0 commit comments

Comments
 (0)