mirror of
https://github.com/prometheus/prometheus.git
synced 2026-02-11 02:41:03 +01:00
Update go.work from go 1.24.9 to go 1.24.0 to match the version specified in all go.mod files across the project Signed-off-by: Julien Pivotto <291750+roidelapluie@users.noreply.github.com>
9 lines
119 B
Plaintext
9 lines
119 B
Plaintext
go 1.24.0
|
|
|
|
use (
|
|
.
|
|
./documentation/examples/remote_storage
|
|
./internal/tools
|
|
./web/ui/mantine-ui/src/promql/tools
|
|
)
|