mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
release: use Go 1.26.0
This commit is contained in:
parent
3f045ba19c
commit
d3aae949dc
3 changed files with 16 additions and 16 deletions
|
|
@ -37,7 +37,7 @@ if ! command -v "$GO_CMD" >/dev/null 2>&1; then
|
|||
fi
|
||||
|
||||
# Make sure we have the expected Go version installed.
|
||||
EXPECTED_VERSION="go1.24.9"
|
||||
EXPECTED_VERSION="go1.26.0"
|
||||
INSTALLED_VERSION=$("$GO_CMD" version 2>/dev/null | awk '{print $3}')
|
||||
if [ "$INSTALLED_VERSION" = "$EXPECTED_VERSION" ]; then
|
||||
green "Go version matches expected: $INSTALLED_VERSION"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue