diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 571b298..5dc6db4 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -9,7 +9,7 @@ jobs: with: go-version: ^1.18 - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Run tests run: go test -race -shuffle on -timeout 1m -coverprofile=covprofile ./... - name: Send coverage