reenable go modules in CI

This commit is contained in:
Kevin Schaul 2023-07-18 10:50:48 -05:00
parent 2be447f105
commit f17c2e8112

View file

@ -70,7 +70,6 @@ jobs:
runs-on: ${{ matrix.os }}
env:
GOPATH: ${{ github.workspace }}
GO111MODULE: off
if: ${{ github.event_name == 'push' || github.event_name == 'pull_request' }}