diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 34a1d90..6dd2c15 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -95,7 +95,7 @@ jobs: go-version: '1.21' id: go - name: Check out code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Test run: go test -race -v ./... -coverprofile=coverage.out -covermode=atomic