.github/workflows: an attempt to fix loading of golangci-lint

This commit is contained in:
Aliaksandr Valialkin 2020-05-15 15:06:24 +03:00
parent c56b66210f
commit cf38c3c62f

View file

@ -24,7 +24,7 @@ jobs:
run: |
go get -u golang.org/x/lint/golint
go get -u github.com/kisielk/errcheck
go get -u github.com/golangci/golangci-lint/cmd/golangci-lint
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.27.0
- name: Code checkout
uses: actions/checkout@master
- name: Build