Skip to content

Commit bfd95b9

Browse files
committed
patch - upgrade compile and setup-environment gh actions to go 1.23.10
1 parent 4499f19 commit bfd95b9

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)