Skip to content

Commit

Permalink
bump the supported version in net.sh (#3792)
Browse files Browse the repository at this point in the history
update the supported version in net.sh
  • Loading branch information
yihau authored Dec 3, 2024
1 parent 7ab9c70 commit 1c9cf0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/net.sh
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ annotateBlockexplorerUrl() {
}

build() {
supported=("20.04")
supported=("22.04")
declare MAYBE_DOCKER=
if [[ $(uname) != Linux || ! " ${supported[*]} " =~ $(lsb_release -sr) ]]; then
# shellcheck source=ci/docker/env.sh
Expand Down

0 comments on commit 1c9cf0f

Please sign in to comment.