mirror of
https://github.com/prometheus/prometheus.git
synced 2026-02-18 18:25:24 -05:00
update script for internal and web
Signed-off-by: Duciwuci <duciwuci@gmail.com>
This commit is contained in:
parent
2cbeef6d95
commit
739791a285
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Reference in a new issue