.github/workflows: enable Go modules when installing dependencies

Disabled Go modules broke golangci-lint build
This commit is contained in:
Aliaksandr Valialkin 2020-04-24 17:39:55 +03:00
parent 5f9c23226a
commit b80e6b4d56

View file

@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@master
- name: Dependencies
env:
GO111MODULE: off
GO111MODULE: on
run: |
go get -u golang.org/x/lint/golint
go get -u github.com/kisielk/errcheck