1
0
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:
Solomon Jacobs
2025-11-17 11:31:48 +01:00
committed by GitHub
parent d3fdde2ae8
commit 42c4c10967

View File

@@ -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