mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-03 16:21:14 +01:00
.github/workflows: enable Go modules when installing dependencies
Disabled Go modules broke golangci-lint build
This commit is contained in:
parent
5f9c23226a
commit
b80e6b4d56
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
|||||||
uses: actions/checkout@master
|
uses: actions/checkout@master
|
||||||
- name: Dependencies
|
- name: Dependencies
|
||||||
env:
|
env:
|
||||||
GO111MODULE: off
|
GO111MODULE: on
|
||||||
run: |
|
run: |
|
||||||
go get -u golang.org/x/lint/golint
|
go get -u golang.org/x/lint/golint
|
||||||
go get -u github.com/kisielk/errcheck
|
go get -u github.com/kisielk/errcheck
|
||||||
|
Loading…
Reference in New Issue
Block a user