Skip to content

Commit ec2c673

Browse files
committed
GitHub Actions: replace broken 1.17 workflow with 1.23 for now
(With 1.17.13, the tests would not even compile.)
1 parent 94fe49e commit ec2c673

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -230,10 +230,8 @@ jobs:
230230
fail-fast: false
231231
matrix:
232232
os: [ubuntu-latest]
233-
# https://github.com/golang/go/issues/55078
234-
# golang.org/x/sys/unix broke on Go versions before 1.17. Not worth
235-
# fixing.
236-
gover: ['1.17.13']
233+
# TODO: switch to an older Go version once tests are made compatible
234+
gover: ['1.23']
237235
env:
238236
PYTHONDONTWRITEBYTECODE: x
239237
GOPATH: ${{github.workspace}}

0 commit comments

Comments
 (0)