Skip to content

Commit

Permalink
cgocheck only on ubuntu+go1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
tbonfort committed Sep 11, 2023
1 parent 6588b52 commit 751df36
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,10 @@ on:
jobs:
ubuntu:
runs-on: ${{ matrix.os }}
env:
GOEXPERIMENT: cgocheck2
strategy:
matrix:
os: [ 'ubuntu-20.04', 'ubuntu-22.04' ]
go: [ '1.20', '1.21' ]
go: [ '1.21' ]
name: Go ${{ matrix.go }} + GDAL on ${{ matrix.os }} test
steps:
- name: APT
Expand Down Expand Up @@ -49,8 +47,6 @@ jobs:
test:
needs: install-gdal
runs-on: ubuntu-22.04
env:
GOEXPERIMENT: cgocheck2
strategy:
matrix:
go: [ '1.20', '1.21' ]
Expand Down

0 comments on commit 751df36

Please sign in to comment.