Skip to content

Commit 41742c1

Browse files
Add Go 1.24.x to CI test matrix
Adds Go 1.24.x to the CI test matrix alongside existing 1.22.x and 1.21.x. This ensures gopy works with the latest Go version. Based on go-python#378 by @coffeemakingtoaster. Note: Two tests remain skipped due to known Go 1.21+ CGO issues (see go-python#370). This is expected. Co-Authored-By: Max <mh340@hdm-stuttgart.de>
1 parent 9038343 commit 41742c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
name: Build
2222
strategy:
2323
matrix:
24-
go-version: [1.22.x, 1.21.x]
24+
go-version: [1.24.x, 1.22.x, 1.21.x]
2525
platform: [ubuntu-latest]
2626
#platform: [ubuntu-latest, macos-latest, windows-latest]
2727
runs-on: ${{ matrix.platform }}

0 commit comments

Comments
 (0)