Adding Go 1.21.x for CI coverage (#2697)

* Update build.yml

Add support to go 1.21.x

* Update doctests.yaml

---------

Co-authored-by: ofekshenawa <104765379+ofekshenawa@users.noreply.github.com>
This commit is contained in:
Tiago Peczenyj 2023-09-20 09:42:31 +02:00 committed by GitHub
parent 33edd3de68
commit e502cdc750
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
go-version: [1.19.x, 1.20.x] go-version: [1.19.x, 1.20.x, 1.21.x]
services: services:
redis: redis:

View File

@ -25,7 +25,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
go-version: [ "1.18", "1.19", "1.20" ] go-version: [ "1.18", "1.19", "1.20", "1.21" ]
steps: steps:
- name: Set up ${{ matrix.go-version }} - name: Set up ${{ matrix.go-version }}
@ -38,4 +38,4 @@ jobs:
- name: Test doc examples - name: Test doc examples
working-directory: ./doctests working-directory: ./doctests
run: go test run: go test