Skip to content

Commit aa399b6

Browse files
committed
Update Go version in CI workflows
1 parent ab01e86 commit aa399b6

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.24.0'
9+
GO_VERSION: '1.24.3'
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.24.0'
9+
GO_VERSION: '1.24.3'
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.24.0'
12+
GO_VERSION: '1.24.3'
1313
PB_BUILD_VERSION: pipeline-${{ github.sha }}
1414

1515
jobs:

0 commit comments

Comments
 (0)