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 c871854 commit 6903bdbCopy full SHA for 6903bdb
.github/workflows/documentation.yml
@@ -6,7 +6,7 @@ on:
6
- 'v[0-9]+.[0-9]+.[0-9]+'
7
8
env:
9
- GO_VERSION: '1.23.2'
+ GO_VERSION: '1.23.6'
10
PB_BUILD_VERSION: unknown # Needed for using Make targets.
11
SSH_AUTH_SOCK: /tmp/ssh_agent.sock
12
.github/workflows/publish.yml
jobs:
test:
.github/workflows/test.yml
@@ -9,7 +9,7 @@ on:
- 'main'
13
PB_BUILD_VERSION: pipeline-${{ github.sha }}
14
15
0 commit comments