Update go.yml

Michael Muré created

Change summary

.github/workflows/go.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Detailed changes

.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