From 9b894ccd94787e1cac1a376e39adfdaf38a9aeb1 Mon Sep 17 00:00:00 2001 From: NHAS Date: Mon, 4 Sep 2023 20:29:13 +1200 Subject: [PATCH] Print out go version --- .github/workflows/test_and_deploy.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 5ab70c05..add6339f 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -15,6 +15,12 @@ jobs: with: go-version: "1.21.0" + - name: Test with the Go CLI + run: sudo go version + + - name: Test with the Go CLI + run: sudo go env + - name: Test with the Go CLI run: sudo -E go test -v ./...