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