We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f8bcb0 commit a29730eCopy full SHA for a29730e
1 file changed
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ jobs:
9
10
strategy:
11
matrix:
12
- go: [1.8, 1.9, '1.10', 1.11, 1.12, 1.13, 1.14, 1.15, 1.16]
+ go: [1.8, 1.9, '1.10', 1.11, 1.12, 1.13, 1.14, 1.15, 1.16, 1.17, 1.18]
13
14
steps:
15
0 commit comments