We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 490e9ab commit dc3eac4Copy full SHA for dc3eac4
.github/workflows/test.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
strategy:
13
matrix:
14
- go: [ '1.22', '1.21', '1.20' ]
+ go: [ '1.23', '1.22', '1.21', '1.20' ]
15
steps:
16
- uses: actions/checkout@v2
17
0 commit comments