mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-01-20 15:29:24 +01:00
.github/workflows/main.yml: stop setting GO111MODULE=on env var, since it is unnecessary in Go1.18 and newer versions
This commit is contained in:
parent
c083286a92
commit
e29c9dea30
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -29,8 +29,6 @@ jobs:
|
|||||||
make install-errcheck
|
make install-errcheck
|
||||||
make install-golangci-lint
|
make install-golangci-lint
|
||||||
- name: Build
|
- name: Build
|
||||||
env:
|
|
||||||
GO111MODULE: on
|
|
||||||
run: |
|
run: |
|
||||||
export PATH=$PATH:$(go env GOPATH)/bin # temporary fix. See https://github.com/actions/setup-go/issues/14
|
export PATH=$PATH:$(go env GOPATH)/bin # temporary fix. See https://github.com/actions/setup-go/issues/14
|
||||||
make check-all
|
make check-all
|
||||||
|
Loading…
Reference in New Issue
Block a user