We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a22fbaf commit 26e97d3Copy full SHA for 26e97d3
.github/workflows/build.yml
@@ -34,7 +34,7 @@ jobs:
34
needs: create_release
35
strategy:
36
matrix:
37
- go-version: [ 1.15.x ]
+ go-version: [ 1.23.x ]
38
os: [ ubuntu-latest, macos-latest, windows-latest ]
39
runs-on: ${{ matrix.os }}
40
0 commit comments