Skip to content

Commit eda11f9

Browse files
Update go updates
Signed-off-by: redhat-renovate-bot <[email protected]>
1 parent 1944f44 commit eda11f9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module go.flow.arcalot.io/podmandeployer
22

33
go 1.23.0
44

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

77
require (
88
github.com/docker/docker v27.5.1+incompatible
@@ -20,7 +20,7 @@ require (
2020
github.com/moby/docker-image-spec v1.3.1 // indirect
2121
github.com/opencontainers/go-digest v1.0.0 // indirect
2222
github.com/opencontainers/image-spec v1.1.0 // indirect
23-
golang.org/x/sys v0.29.0 // indirect
24-
golang.org/x/term v0.28.0 // indirect
25-
gotest.tools/v3 v3.5.1 // indirect
23+
golang.org/x/sys v0.30.0 // indirect
24+
golang.org/x/term v0.29.0 // indirect
25+
gotest.tools/v3 v3.5.2 // indirect
2626
)

0 commit comments

Comments
 (0)