diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index ec2b4cd..a651c29 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -21,7 +21,7 @@ jobs: go-version: ${{ matrix.go }} id: go - - name: Check out code into the Go module directory + - name: Git checkout uses: actions/checkout@v2 - name: Run tests