Skip to content

Commit 11bf6b6

Browse files
committed
go version 1.23.8 -> 1.23.10
1 parent 9d0e175 commit 11bf6b6

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/agent-bundle-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
required: true
88
type: string
99
env:
10-
GO_VERSION: 1.23.8
10+
GO_VERSION: 1.23.10
1111

1212
jobs:
1313
agent-bundle-linux:

.github/workflows/agent-bundle-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
required: true
1111
type: string
1212
env:
13-
GO_VERSION: 1.23.8
13+
GO_VERSION: 1.23.10
1414

1515

1616
agent-bundle-windows:

.github/workflows/build-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
type: string
1212

1313
env:
14-
GO_VERSION: 1.23.8
14+
GO_VERSION: 1.23.10
1515

1616
jobs:
1717
build-package:

.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/msi-build.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
msi-build:
1414
runs-on: ubuntu-24.04

.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)