.github/workflows/main.yml: stop setting GO111MODULE=on env var, since it is unnecessary in Go1.18 and newer versions

This commit is contained in:
Aliaksandr Valialkin 2022-09-08 18:41:56 +03:00
parent 5dad557868
commit 28b6dec1f4
No known key found for this signature in database
GPG key ID: A72BEC6CD3D0DED1

View file

@ -29,8 +29,6 @@ jobs:
make install-errcheck
make install-golangci-lint
- name: Build
env:
GO111MODULE: on
run: |
export PATH=$PATH:$(go env GOPATH)/bin # temporary fix. See https://github.com/actions/setup-go/issues/14
make check-all