summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/go.yml3
1 files changed, 2 insertions, 1 deletions
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: