Skip to content

Commit 6d76fd9

Browse files
committed
Managed by Terraform: Update go-test-darwin.yml GitHub workflow
1 parent 7f856d6 commit 6d76fd9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/go-test-darwin.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ permissions:
1313
jobs:
1414
get-go-version:
1515
runs-on: ubuntu-latest
16+
outputs:
17+
go-version: ${{ steps.get-go-version.outputs.go-version }}
1618
steps:
1719
- uses: actions/checkout@v2
1820
- name: 'Determine Go version'
@@ -31,7 +33,7 @@ jobs:
3133
with:
3234
go-version: ${{ needs.get-go-version.outputs.go-version }}
3335
- run: |
34-
echo "Testing with Go $(cat .go-version)"
36+
echo "Testing with Go ${{ needs.get-go-version.outputs.go-version }}"
3537
go test -race -count 1 ./... -timeout=3m
3638
3739

0 commit comments

Comments
 (0)