We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd9a02e commit 41d9f85Copy full SHA for 41d9f85
.github/workflows/ci.yaml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
strategy:
14
matrix:
15
- go: ['1.14', '1.15', '1.16', '1.17', '1.18', '1.19']
+ go: ['1.14', '1.15', '1.16', '1.17', '1.18', '1.19', '1.20', '1.21']
16
17
services: {}
18
steps:
0 commit comments