Skip to content

Commit e6b8fd8

Browse files
committed
chore(deps): update dependency go to v1.26.4
1 parent 043cab3 commit e6b8fd8

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

  • examples
    • basic-example-module/hooks
    • common-hooks/tls-certificate/hooks
    • dependency-example-module/hooks
    • example-module/hooks
    • settings-check/hooks
    • single-file-app-example/hooks
    • single-file-example/hooks

examples/basic-example-module/hooks/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module basic-example-module
22

3-
go 1.25.8
3+
go 1.26.4
44

55
require github.com/deckhouse/module-sdk v0.0.0
66

examples/common-hooks/tls-certificate/hooks/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module tlscertificate
22

3-
go 1.25.8
3+
go 1.26.4
44

55
require github.com/deckhouse/module-sdk v0.0.0
66

examples/dependency-example-module/hooks/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module dependency-example-module
22

3-
go 1.25.8
3+
go 1.26.4
44

55
require (
66
github.com/deckhouse/module-sdk v0.0.0

examples/example-module/hooks/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module example-module
22

3-
go 1.25.8
3+
go 1.26.4
44

55
require (
66
github.com/deckhouse/deckhouse/pkg/log v0.2.0

examples/settings-check/hooks/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module valuescheck
22

3-
go 1.25.8
3+
go 1.26.4
44

55
require github.com/deckhouse/module-sdk v0.0.0
66

examples/single-file-app-example/hooks/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module singlefileappexample
22

3-
go 1.25.8
3+
go 1.26.4
44

55
require (
66
github.com/deckhouse/module-sdk v0.0.0

examples/single-file-example/hooks/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module singlefileexample
22

3-
go 1.25.8
3+
go 1.26.4
44

55
require (
66
github.com/deckhouse/module-sdk v0.0.0

go.mod

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

3-
go 1.25.8
3+
go 1.26.4
44

55
require (
66
github.com/caarlos0/env/v11 v11.4.1

0 commit comments

Comments
 (0)