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}"