Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion executables/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ docker_dependencies() {

if [[ ${RELEASE_NEED_WAIT-} == "true" ]]; then
# renovate: datasource=github-releases depName=ViBiOh/wait
local WAIT_VERSION="v0.1.0"
local WAIT_VERSION="v0.2.0"

for platform in ${DOCKER_ARCHS:-linux/amd64 linux/arm64}; do
local BUILD_GOOS
Expand Down