Skip to content

Commit 41d9f85

Browse files
committed
Add newer go versions
1 parent bd9a02e commit 41d9f85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
go: ['1.14', '1.15', '1.16', '1.17', '1.18', '1.19']
15+
go: ['1.14', '1.15', '1.16', '1.17', '1.18', '1.19', '1.20', '1.21']
1616

1717
services: {}
1818
steps:

0 commit comments

Comments
 (0)