Skip to content

Commit

Permalink
chore: add Go 1.22.x for CI coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
justinhwang committed Apr 16, 2024
1 parent 9f1522a commit 854a760
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: [1.19.x, 1.20.x, 1.21.x]
go-version: [1.20.x, 1.21.x, 1.22.x]

services:
redis:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/doctests.yaml
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: [ "1.18", "1.19", "1.20", "1.21" ]
go-version: [ "1.18", "1.19", "1.20", "1.21", "1.22" ]

steps:
- name: Set up ${{ matrix.go-version }}
Expand Down

0 comments on commit 854a760

Please sign in to comment.