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 0fa42be commit e1e1904Copy full SHA for e1e1904
.github/workflows/ci.yaml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
strategy:
14
matrix:
15
- go: [ '1.16', '1.17', '1.18', '1.19', '1.20','1.21', '1.22', '1.23', '1.24' ]
+ go: [ '1.16', '1.17', '1.18', '1.19', '1.20','1.21' ]
16
17
services: { }
18
steps:
0 commit comments