Skip to content

Commit

Permalink
missed homebrew go bump
Browse files Browse the repository at this point in the history
Signed-off-by: garyschulte <garyschulte@gmail.com>
  • Loading branch information
garyschulte committed Sep 24, 2024
1 parent d43a0f5 commit 08b1f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ EOF
LIBRARY_EXTENSION=so
elif [[ "$OSTYPE" == "darwin"* ]]; then
LIBRARY_EXTENSION=dylib
export GOROOT=$(brew --prefix go@1.22)/libexec
export GOROOT=$(brew --prefix go@1.23)/libexec
export PATH=$GOROOT/bin:$PATH
fi

Expand Down

0 comments on commit 08b1f69

Please sign in to comment.