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 795d6c2 commit 2eab959Copy full SHA for 2eab959
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
name: Build
26
strategy:
27
matrix:
28
- go: [ 'stable', '1.20.x' ]
+ go: [ 'stable', '1.23.x' ]
29
os: [ ubuntu-latest ]
30
31
runs-on: ${{ matrix.os }}
.github/workflows/label-actions.yml
@@ -12,7 +12,7 @@ jobs:
12
build:
13
14
15
16
17
18
name: Run Build
0 commit comments