diff --git a/.github/workflows/go.test.yml b/.github/workflows/go.test.yml index 78dca7653..07741ebe1 100644 --- a/.github/workflows/go.test.yml +++ b/.github/workflows/go.test.yml @@ -58,6 +58,9 @@ jobs: - name: Check out code uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + - name: Setup Go Version + run: echo "GO_VERSION=$(cat .go-version)" >> $GITHUB_ENV + - name: Install Go uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0 with: