We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a4b529 commit bd688c3Copy full SHA for bd688c3
.github/workflows/test.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
strategy:
13
matrix:
14
- go-versions: [ '1.18', '1.19', '1.20', '1.21' ]
+ go-versions: [ '1.18', '1.19', '1.20', '1.21', '1.22' ]
15
steps:
16
- uses: actions/checkout@v3
17
- name: Setup Go ${{ matrix.go-version }}
0 commit comments