mirror of
https://github.com/prometheus/prometheus.git
synced 2026-05-06 04:46:13 +02:00
update script for internal and web
Signed-off-by: Duciwuci <duciwuci@gmail.com>
This commit is contained in:
parent
2cbeef6d95
commit
739791a285
@ -19,6 +19,8 @@ printf "Current minimum supported version: ${CURRENT_VERSION}\nNew minimum suppo
|
||||
# Update go.mod files
|
||||
go mod edit -go=${NEW_VERSION}.0
|
||||
go mod edit -go=${NEW_VERSION}.0 documentation/examples/remote_storage/go.mod
|
||||
go mod edit -go=${NEW_VERSION}.0 web/ui/mantine-ui/src/promql/tools/go.mod
|
||||
go mod edit -go=${NEW_VERSION}.0 internal/tools/go.mod
|
||||
|
||||
# Update .promu.yml
|
||||
sed -i "s/version: ${NEW_VERSION}/version: ${LATEST_VERSION}/g" .promu.yml
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user