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:
committed by
Umputun
parent
4777f4059f
commit
4b4c749756
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user