Skip to content

Commit 5fd3db0

Browse files
sergiy-petrovrubenv
authored andcommitted
Test against Go 1.22
1 parent 0c312ab commit 5fd3db0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: true
1111
matrix:
12-
go-version: ["1.17", "1.18", "1.19", "1.20", "1.21"]
12+
go-version: ["1.17", "1.18", "1.19", "1.20", "1.21", "1.22"]
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: checkout
@@ -52,7 +52,7 @@ jobs:
5252
strategy:
5353
fail-fast: true
5454
matrix:
55-
go-version: ["1.17", "1.18", "1.19", "1.20", "1.21"]
55+
go-version: ["1.17", "1.18", "1.19", "1.20", "1.21", "1.22"]
5656
services:
5757
mysql:
5858
image: mysql:8.0

0 commit comments

Comments
 (0)