diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index ea46ef2..4bb5769 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -1,7 +1,6 @@ name: Go on: [push] jobs: - test: name: Build strategy: @@ -11,7 +10,7 @@ jobs: container: golang:${{ matrix.go }} steps: - name: Check out code into the Go module directory - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0