From f3327831ea653ca49d72d84ded9ce4b19c5bc58c Mon Sep 17 00:00:00 2001 From: restitux Date: Tue, 23 Dec 2025 23:39:46 -0700 Subject: [PATCH] TEST --- ci/build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/build.sh b/ci/build.sh index 96525e1..4fb1951 100755 --- a/ci/build.sh +++ b/ci/build.sh @@ -65,6 +65,8 @@ main() { # Install or pick latest Go and set GOTOOLCHAIN, or rely on pre-installed toolchain in the runner. [web:17] # Here we query the latest stable from golang.org and export it for this build. + git diff + echo "Using Go version: ${GO_VERSION}" export GOTOOLCHAIN="${GO_VERSION}"