pull/184/head
Simon Let 3 years ago
parent 2c8f7abcbe
commit 5e9955be04
  1. 2
      .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 }}

Loading…
Cancel
Save