summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2021-10-22 15:03:49 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2021-10-22 15:03:49 +0100
commitcf8268d19e2a2d9bb30b37fdda7d11e93728be01 (patch)
tree955b619cbae7560fd77111690ffb98fa77417644 /.github
parent87c50d811d69765b0c431632e0484059af54020d (diff)
downloadswig-cf8268d19e2a2d9bb30b37fdda7d11e93728be01.tar.gz
GHA: Remove go-1.3 testing
Results in error message: /usr/bin/ld: -r and -pie may not be used together Same problem on Ubuntu 18.04. Same with versions go-1.2 to go-1.5.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index d054656a4..3da720d7e 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -57,9 +57,8 @@ jobs:
# VER: '2.066.0'
# os: ubuntu-18.04 # This dlang version doesn't work under 20.04.
- SWIGLANG: go
- VER: '1.3'
- - SWIGLANG: go
VER: '1.6'
+ CSTD: gnu99
- SWIGLANG: go
VER: '1.8'
- SWIGLANG: go