We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e001b8 commit fbf504aCopy full SHA for fbf504a
.github/workflows/go.yml
@@ -8,7 +8,7 @@ jobs:
8
strategy:
9
matrix:
10
os: [macOS-latest, ubuntu-latest]
11
- goversion: [1.17, 1.18, 1.19]
+ goversion: ['1.17', '1.18', '1.19', '1.20', '1.21', '1.22', '1.23', '1.24']
12
steps:
13
14
- name: Set up Go ${{matrix.goversion}} on ${{matrix.os}}
0 commit comments