mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-01-20 15:16:42 +00:00
.github/workflows/main.yml: set GO111MODULE=off when installing auxiliary tools via go install
This commit is contained in:
parent
e85159813f
commit
e17ac90f59
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -14,7 +14,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