diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 234ca78..74cf3bf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: fetch-depth: 2 - uses: actions/setup-go@v3 with: - go-version: '1.19' + go-version: '1.20' - run: go get -t -v ./... - - run: go test -race -coverprofile=coverage.out -covermode=atomic -timeout 5s + - run: go test -race -coverprofile=coverage.out -covermode=atomic -timeout 60s - uses: codecov/codecov-action@v3