We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ec19f1 commit eccf29dCopy full SHA for eccf29d
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
name: Build
20
strategy:
21
matrix:
22
- go-version: [1.22.x, 1.21.x]
+ go-version: [1.23.x, 1.22.x]
23
platform: [ubuntu-latest]
24
#platform: [ubuntu-latest, macos-latest, windows-latest]
25
runs-on: ${{ matrix.platform }}
0 commit comments