Skip to content

Commit 6903bdb

Browse files
committed
Update Go to v1.23.6
1 parent c871854 commit 6903bdb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- 'v[0-9]+.[0-9]+.[0-9]+'
77

88
env:
9-
GO_VERSION: '1.23.2'
9+
GO_VERSION: '1.23.6'
1010
PB_BUILD_VERSION: unknown # Needed for using Make targets.
1111
SSH_AUTH_SOCK: /tmp/ssh_agent.sock
1212

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- 'v[0-9]+.[0-9]+.[0-9]+'
77

88
env:
9-
GO_VERSION: '1.23.2'
9+
GO_VERSION: '1.23.6'
1010

1111
jobs:
1212
test:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- 'main'
1010

1111
env:
12-
GO_VERSION: '1.23.2'
12+
GO_VERSION: '1.23.6'
1313
PB_BUILD_VERSION: pipeline-${{ github.sha }}
1414

1515
jobs:

0 commit comments

Comments
 (0)