We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d14c8f commit 8175ed5Copy full SHA for 8175ed5
1 file changed
.github/workflows/go.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
strategy:
14
matrix:
15
- go: [ '1.22', '1.21', '1.20' ]
+ go: [ '1.25', '1.24', '1.23', '1.22', '1.21', '1.20' ]
16
steps:
17
- uses: actions/checkout@v5
18
0 commit comments