From c32b594706b7f0733b0728223c1617a1ff81745b Mon Sep 17 00:00:00 2001 From: Matthew Rothenberg Date: Sat, 12 Nov 2022 13:06:46 -0500 Subject: [PATCH] chore(ci): update test matrix --- .github/workflows/coverage.yml | 2 +- .github/workflows/test.yml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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