Makefile: Added setup-go-work to build step as well (#20193)
Without this, the go.work file would not get generated in a fresh build. ```release-note NONE ```
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
109a39eacf
Коммит
2c155cdc95
@@ -82,9 +82,9 @@ else
|
||||
env GOOS=windows GOARCH=amd64 $(GO) build -o $(GOBIN)/windows_amd64 $(GOFLAGS) -trimpath -ldflags '$(LDFLAGS)' ./cmd/...
|
||||
endif
|
||||
|
||||
build: build-linux build-windows build-osx
|
||||
build: setup-go-work build-linux build-windows build-osx
|
||||
|
||||
build-cmd: build-cmd-linux build-cmd-windows build-cmd-osx
|
||||
build-cmd: setup-go-work build-cmd-linux build-cmd-windows build-cmd-osx
|
||||
|
||||
build-client:
|
||||
@echo Building mattermost web app
|
||||
|
||||
Ссылка в новой задаче
Block a user