We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a05c14a commit 9e5f7eaCopy full SHA for 9e5f7ea
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
strategy:
16
fail-fast: false
17
matrix:
18
- go-version: ['1.24.x']
+ go-version: ['1.21.x', '1.22.x','1.24.x']
19
20
steps:
21
- name: Update base image, intall Python3
0 commit comments