mirror of https://github.com/swig/swig
Don't test against Go 1.24 for now.
It doesn't work with the default CFLAGS.
This commit is contained in:
parent
959dbd4dd9
commit
1bff64d5e2
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue