We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceff820 commit a86f033Copy full SHA for a86f033
.github/workflows/test.yml
@@ -4,7 +4,7 @@ jobs:
4
test:
5
strategy:
6
matrix:
7
- go: ["1.18.x", "1.19.x", "1.20.x"]
+ go: ["1.18.x", "1.22.x", "1.23.x"]
8
platform: [ubuntu-latest, windows-latest, macos-latest]
9
runs-on: ${{ matrix.platform }}
10
steps:
0 commit comments