remove mod=vendor from go build directives as it's no longer actual

It's a default in the presence of the vendor folder since Go 1.14,
https://go.dev/ref/mod
This commit is contained in:
Dmitry Verkhoturov
2022-07-27 22:09:14 -05:00
committed by Umputun
parent 4777f4059f
commit 4b4c749756
5 changed files with 2 additions and 6 deletions
-1
View File
@@ -46,7 +46,6 @@ jobs:
$GITHUB_WORKSPACE/golangci-lint --config ${GITHUB_WORKSPACE}/backend/.golangci.yml run --out-format=github-actions ./...
working-directory: backend/app
env:
GOFLAGS: "-mod=vendor"
TZ: "America/Chicago"
- name: test and lint examples