diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index abc11236..f5606b43 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -23,7 +23,7 @@ jobs: go-version: ${{ matrix.go }} - name: Check out code into the Go module directory - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Test run: make test EXTRAGOARGS=-v