Don't test against Go 1.24 for now.

It doesn't work with the default CFLAGS.
This commit is contained in:
Ian Lance Taylor 2025-02-25 21:30:28 -08:00
parent 959dbd4dd9
commit 1bff64d5e2
1 changed files with 3 additions and 2 deletions

View File

@ -72,8 +72,9 @@ jobs:
- SWIGLANG: go
VER: '1.20'
CSTD: gnu11
- SWIGLANG: go
VER: '1.24'
# Go 1.24 doesn't build with -Wdeclaration-after-statement
#- SWIGLANG: go
# VER: '1.24'
- SWIGLANG: guile
- SWIGLANG: guile
VER: '2.2'