Skip to content

Commit

Permalink
Ignore host's check_go_version (#1072)
Browse files Browse the repository at this point in the history
this allows juno host to build on go1.21
  • Loading branch information
riley-stride authored Jan 12, 2024
1 parent fcfcada commit e73b2a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockernet/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ build_local_and_docker() {
# the binary if the machine's go version does not match exactly,
# however, we can relax this constraint
# The following command overrides the check_version using a temporary Makefile override
BUILDDIR=$BUILDDIR make -f Makefile -f <(echo -e 'check_version: ;') build --silent
BUILDDIR=$BUILDDIR make -f Makefile -f <(echo -e 'check_version: ;\ncheck_go_version: ;') build --silent
local_build_succeeded=${PIPESTATUS[0]}
cd $stride_home

Expand Down

0 comments on commit e73b2a7

Please sign in to comment.