Skip to content

Commit 3f3fd09

Browse files
committed
update ci to latest go versions
1 parent 8e6808a commit 3f3fd09

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

Diff for: .github/workflows/ci.yml

+1-12
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ env:
1313
# GOPY_TRAVIS_CI is set
1414
GOPY_TRAVIS_CI: 1
1515
GOTRACEBACK: crash
16-
PYPYVERSION: "v7.1.1"
1716
GO111MODULE: auto
1817

1918
jobs:
@@ -22,7 +21,7 @@ jobs:
2221
name: Build
2322
strategy:
2423
matrix:
25-
go-version: [1.20.x, 1.19.x]
24+
go-version: [1.22.x, 1.21.x]
2625
platform: [ubuntu-latest]
2726
#platform: [ubuntu-latest, macos-latest, windows-latest]
2827
runs-on: ${{ matrix.platform }}
@@ -53,18 +52,8 @@ jobs:
5352
run: |
5453
sudo apt-get update
5554
sudo apt-get install curl libffi-dev python3-cffi python3-pip
56-
# pypy3 isn't packaged in ubuntu yet.
57-
TEMPDIR=$(mktemp -d)
58-
curl -L https://downloads.python.org/pypy/pypy3.6-${PYPYVERSION}-linux64.tar.bz2 --output $TEMPDIR/pypy3.tar.bz2
59-
tar xf $TEMPDIR/pypy3.tar.bz2 -C $TEMPDIR
60-
sudo ln -s $TEMPDIR/pypy3.6-$PYPYVERSION-linux64/bin/pypy3 /usr/local/bin/pypy3
61-
# curl -L https://bootstrap.pypa.io/get-pip.py --output ${TEMPDIR}/get-pip.py
62-
# pypy3 ${TEMPDIR}/get-pip.py
63-
6455
# install pybindgen
6556
python3 -m pip install --user -U pybindgen
66-
# pypy3 -m pip install --user -U pybindgen
67-
6857
# install goimports
6958
go install golang.org/x/tools/cmd/goimports@latest
7059

0 commit comments

Comments
 (0)