Skip to content

Commit

Permalink
cgocheck
Browse files Browse the repository at this point in the history
  • Loading branch information
tbonfort committed Sep 11, 2023
1 parent 628798f commit 6588b52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
ubuntu:
runs-on: ${{ matrix.os }}
env:
GODEBUG: cgocheck=2
GOEXPERIMENT: cgocheck2
strategy:
matrix:
os: [ 'ubuntu-20.04', 'ubuntu-22.04' ]
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
needs: install-gdal
runs-on: ubuntu-22.04
env:
GODEBUG: cgocheck=2
GOEXPERIMENT: cgocheck2
strategy:
matrix:
go: [ '1.20', '1.21' ]
Expand Down

0 comments on commit 6588b52

Please sign in to comment.