We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4656038 commit 9b19e96Copy full SHA for 9b19e96
.github/workflows/ci.yaml
@@ -66,7 +66,7 @@ jobs:
66
needs: [license-check, lint]
67
strategy:
68
matrix:
69
- go-version: [1.24, stable]
+ go-version: [1.24]
70
os: [ubuntu-latest]
71
runs-on: ${{ matrix.os }}
72
steps:
0 commit comments