diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 7a552476..5443de47 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -18,12 +18,12 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Set up Go 1.x - uses: actions/setup-go@v2 + uses: actions/setup-go@v3 with: go-version: ${{ matrix.go }} - name: Check out code into the Go module directory - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Test run: make test EXTRAGOARGS=-v