mirror of
https://github.com/prometheus/alertmanager.git
synced 2026-02-05 06:45:45 +01:00
chore: drop GO111MODULE=on (#4747)
This is ignored as of go 1.17, see e.g., for reference https://go.dev/blog/go116-module-changes Signed-off-by: Solomon Jacobs <solomonjacobs@protonmail.com>
This commit is contained in:
2
Makefile
2
Makefile
@@ -40,7 +40,7 @@ assets-tarball: ui/app/script.js ui/app/index.html
|
||||
scripts/package_assets.sh
|
||||
|
||||
asset/assets_vfsdata.go: ui/app/script.js ui/app/index.html ui/app/lib template/default.tmpl template/email.tmpl
|
||||
GO111MODULE=$(GO111MODULE) $(GO) generate $(GOOPTS) ./asset
|
||||
$(GO) generate $(GOOPTS) ./asset
|
||||
@$(GOFMT) -w ./asset
|
||||
|
||||
ui/app/script.js: $(shell find ui/app/src -iname *.elm) api/v2/openapi.yaml
|
||||
|
||||
Reference in New Issue
Block a user