From 5e9955be0422071ba66c2bc598b94d21f6021831 Mon Sep 17 00:00:00 2001 From: Simon Let Date: Thu, 15 Dec 2022 17:03:38 +0100 Subject: [PATCH] ci --- .github/workflows/go.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}