We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27b96e3 commit 2782f47Copy full SHA for 2782f47
.github/workflows/go.yml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ubuntu-latest
17
strategy:
18
matrix:
19
- go: ["1.20.x", "1.21.x"]
+ go: ["1.20.x", "1.21.x", "1.22.0-rc.2"]
20
include:
21
- go: 1.21.x
22
0 commit comments