mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
.github/workflows/main.yml: set GO111MODULE=off when installing auxiliary tools via go install
This commit is contained in:
parent
ae3675d3d0
commit
4e48067133
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
|||
id: go
|
||||
- name: Dependencies
|
||||
env:
|
||||
GO111MODULE: on
|
||||
GO111MODULE: off
|
||||
run: |
|
||||
go install golang.org/x/lint/golint
|
||||
go install github.com/kisielk/errcheck
|
||||
|
|
Loading…
Reference in a new issue