Skip to content

Commit 911779f

Browse files
chore: update to go 1.24.5
Signed-off-by: Ricky Moorhouse <[email protected]>
1 parent 14a926f commit 911779f

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module rickymoorhouse/exporter
22

3-
go 1.23.0
3+
go 1.24.0
44

5-
toolchain go1.23.9
5+
toolchain go1.24.5
66

77
require (
88
github.com/IBM/alchemy-logging/src/go v1.0.3

go.work

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
go 1.23.0
1+
go 1.24.0
22

3-
toolchain go1.23.5
3+
toolchain go1.24.5
44

55
use (
66
.

nets/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module nets
22

3-
go 1.23.0
3+
go 1.24.0
44

5-
toolchain go1.23.5
5+
toolchain go1.24.5
66

77
require (
88
github.com/IBM/alchemy-logging/src/go v1.0.3

nets/go.work

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
go 1.23.0
1+
go 1.24.0
22

3-
toolchain go1.23.5
3+
toolchain go1.24.5
44

55
use .

0 commit comments

Comments
 (0)