We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 060b6c6 commit 89cc312Copy full SHA for 89cc312
.github/workflows/feature-branches.yaml
@@ -5,7 +5,7 @@ jobs:
5
strategy:
6
max-parallel: 1
7
matrix:
8
- go-version: [1.20.x, 1.21.x, 1.22.x]
+ go-version: [1.21.x, 1.22.x, 1.23.x]
9
platform: [ubuntu-latest]
10
runs-on: ${{ matrix.platform }}
11
steps:
0 commit comments