Skip to content

Commit 7e4ca52

Browse files
committed
chore: use go 1.25.8
Signed-off-by: Alano Terblanche <18033717+Benehiko@users.noreply.github.com>
1 parent 8f88897 commit 7e4ca52

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

client/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/docker/secrets-engine/client
22

3-
go 1.25
3+
go 1.25.8
44

55
// This `replace` is only for CI to function.
66
// The correct version will get resolved from below when this module is

go.work

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
go 1.25.7
1+
go 1.25.8
22

33
use (
44
./client

plugin/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/docker/secrets-engine/plugin
22

3-
go 1.25
3+
go 1.25.8
44

55
// This `replace` is only for CI to function.
66
// The correct version will get resolved from below when this module is

plugins/credentialhelper/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/docker/secrets-engine/plugins/credentialhelper
22

3-
go 1.25.0
3+
go 1.25.8
44

55
// This `replace` is only for CI to function.
66
// The correct version will get resolved from below when this module is

plugins/pass/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/docker/secrets-engine/plugins/pass
22

3-
go 1.25.0
3+
go 1.25.8
44

55
replace github.com/docker/secrets-engine/store => ./../../store
66

store/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/docker/secrets-engine/store
22

3-
go 1.25
3+
go 1.25.8
44

55
// This `replace` is only for CI to function.
66
// The correct version will get resolved from below when this module is

x/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/docker/secrets-engine/x
22

3-
go 1.25
3+
go 1.25.8
44

55
require (
66
connectrpc.com/connect v1.19.1

0 commit comments

Comments
 (0)