From 65ef631f5fce176d49ebee2dd68dc9cf3e693380 Mon Sep 17 00:00:00 2001 From: Alex Flint Date: Fri, 3 Apr 2020 12:19:40 -0400 Subject: [PATCH] use ${{ matrix.go }} --- .github/workflows/go.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 07f5e18..4be256c 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -22,7 +22,7 @@ jobs: name: Set up Go uses: actions/setup-go@v1 with: - go-version: 1.13 # ${{ matrix.go }} + go-version: ${{ matrix.go }} - name: Check out code into the Go module directory uses: actions/checkout@v2 @@ -41,6 +41,7 @@ jobs: # notifies coveralls that all test jobs are finished finish: + name: Finish needs: build_and_test runs-on: ubuntu-latest steps: