Skip to content

Commit 51af2e7

Browse files
authored
[chore][CICD] Update remaining workflows to go 1.23.10 (#6330)
1 parent 3f360f7 commit 51af2e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/compile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
type: string
99

1010
env:
11-
GO_VERSION: 1.23.8
11+
GO_VERSION: 1.23.10
1212

1313
jobs:
1414
compile:

.github/workflows/setup-environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_call:
55

66
env:
7-
GO_VERSION: 1.23.8
7+
GO_VERSION: 1.23.10
88

99
jobs:
1010
setup-environment:

0 commit comments

Comments
 (0)