From 6ff23c11af824dae98a3f63389033ccbe818a055 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Mur=C3=A9?= Date: Sun, 22 Nov 2020 16:41:15 +0100 Subject: [PATCH] Update go.yml --- .github/workflows/go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 734f9a59caa85879730ca7d422cc8adc23d3be81..a64bbd0e87ce8f77f25a757c3678bcaa0b6cc118 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -19,12 +19,12 @@ jobs: steps: - - name: Set up Go + - name: Set up Go ${{ matrix.node-version }} uses: actions/setup-go@v2 with: go-version: ${{ matrix.go-version }} - - name: Check out code into the Go module directory + - name: Check out code uses: actions/checkout@v2 - name: Build