diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index e4564f5..55be48b 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-go@v3 with: - go-version: "1.18" + go-version: "1.19" check-latest: true cache: true - run: go test -race -coverprofile=coverage.out ./...