diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 9259a2f..ec6ef40 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -9,6 +9,6 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-go@v4 with: - go-version: "1.20" + go-version: "stable" - run: go test -coverprofile=coverage.txt -covermode=atomic - uses: codecov/codecov-action@v3 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 950be6f..c90cb57 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,6 +10,7 @@ jobs: - "1.18" - "1.19" - "1.20" + - "1.21" name: Go ${{ matrix.go }} test steps: - uses: actions/checkout@v3