From 06b4ed873017667b2830b026fc2937d5728f4a19 Mon Sep 17 00:00:00 2001 From: Matthew Rothenberg Date: Wed, 1 Feb 2023 20:47:01 -0500 Subject: [PATCH] chore(ci): update text matrix to include go1.20 --- .github/workflows/coverage.yml | 2 +- .github/workflows/test.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 5b0e5d8..2c58b1d 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.19" + go-version: "1.20" - 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 1d064e7..e2b17ab 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,6 +9,7 @@ jobs: go: - "1.18" - "1.19" + - "1.20" name: Go ${{ matrix.go }} test steps: - uses: actions/checkout@v3