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 b78089f commit 84c5c58Copy full SHA for 84c5c58
.github/workflows/check-codegen.yml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
matrix:
16
os: [ ubuntu-latest ]
17
- go-version: [1.20.x, 1.21.x, 1.22.x]
+ go-version: [1.22.x]
18
runs-on: ${{ matrix.os }}
19
steps:
20
- name: Checkout
0 commit comments