diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 99286e8..5b0e5d8 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -9,6 +9,6 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-go@v3 with: - go-version: "1.14" + go-version: "1.19" - run: go test -coverprofile=coverage.txt -covermode=atomic - uses: codecov/codecov-action@v3.1.1 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 573df7b..8a8b17d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,6 +15,8 @@ jobs: - "1.15" - "1.16" - "1.17" + - "1.18" + - "1.19" name: Go ${{ matrix.go }} test steps: - uses: actions/checkout@v3