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