Skip to content

Commit

Permalink
Test against Go 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiy-petrov authored and rubenv committed Apr 23, 2024
1 parent 0c312ab commit 5fd3db0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: true
matrix:
go-version: ["1.17", "1.18", "1.19", "1.20", "1.21"]
go-version: ["1.17", "1.18", "1.19", "1.20", "1.21", "1.22"]
runs-on: ubuntu-latest
steps:
- name: checkout
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
strategy:
fail-fast: true
matrix:
go-version: ["1.17", "1.18", "1.19", "1.20", "1.21"]
go-version: ["1.17", "1.18", "1.19", "1.20", "1.21", "1.22"]
services:
mysql:
image: mysql:8.0
Expand Down

0 comments on commit 5fd3db0

Please sign in to comment.