diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index 694bad9..3b5ec60 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -13,7 +13,7 @@ jobs: fetch-depth: 0 - name: Get Go version - run: echo "GO_VERSION=$(grep 'go \d\.' go.mod | cut -d ' ' -f 2)" >> $GITHUB_ENV + run: echo "GO_VERSION=$(grep 'go \d\.' go.mod | cut -d ' ' -f 2)" >> $GITHUB_ENV && cat $GITHUB_ENV - name: Go run: echo ${{ env.GO_VERSION }}