diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 4bbf18bce..684319e8b 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -24,7 +24,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@v2.4.0 + uses: actions/checkout@v3.6.0 - name: Run tests run: go test -race ./...