Skip to content

Commit d783673

Browse files
committed
chore(deps): Bump Go to 1.24.5
1 parent fe98381 commit d783673

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
- "docs/**"
1111

1212
env:
13-
GO_VERSION: 1.23.x
13+
GO_VERSION: 1.24.x
1414
WIX_VERSION: 5.0.0
1515
PYTHON_VERSION: 3.7.9
1616

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- "docs/**"
99

1010
env:
11-
GO_VERSION: 1.23.x
11+
GO_VERSION: 1.24.x
1212
WIX_VERSION: 5.0.0
1313
PYTHON_VERSION: 3.7.9
1414

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- 'v*'
77

88
env:
9-
GO_VERSION: 1.23.x
9+
GO_VERSION: 1.24.x
1010
WIX_VERSION: 5.0.0
1111
PYTHON_VERSION: 3.7.9
1212

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,4 @@ require (
9494
gopkg.in/yaml.v2 v2.3.0 // indirect
9595
)
9696

97-
go 1.23.0
98-
99-
toolchain go1.23.1
97+
go 1.24.5

0 commit comments

Comments
 (0)