Skip to content

Commit 66cefe8

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

8 files changed

Lines changed: 10 additions & 10 deletions

File tree

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

vendor/modules.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ github.com/davecgh/go-spew/spew
4040
github.com/docker/docker-credential-helpers/client
4141
github.com/docker/docker-credential-helpers/credentials
4242
# github.com/docker/secrets-engine/plugin v0.0.22 => ./plugin
43-
## explicit; go 1.25
43+
## explicit; go 1.25.8
4444
# github.com/docker/secrets-engine/store v0.0.22 => ./store
45-
## explicit; go 1.25
45+
## explicit; go 1.25.8
4646
# github.com/docker/secrets-engine/x v0.0.25-do.not.use => ./x
47-
## explicit; go 1.25
47+
## explicit; go 1.25.8
4848
# github.com/go-logr/logr v1.4.3
4949
## explicit; go 1.18
5050
github.com/go-logr/logr

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)