Skip to content

Commit 727252a

Browse files
committed
chore(deps): bump go directive to 1.26.4
## Summary Aligns the go directive to 1.26.4 to pick up the latest toolchain security fixes. ## Test plan - [x] go mod tidy - [x] go build ./... Signed-off-by: Mauro Morales <contact@mauromorales.com>
1 parent ecc6d81 commit 727252a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
module github.com/kairos-io/provider-kubernetes
22

3-
go 1.26.3
3+
go 1.26.4
44

55
require (
66
github.com/kairos-io/kairos-sdk v0.5.0
77
github.com/mudler/go-pluggable v0.0.0-20230126220627-7710299a0ae5
88
github.com/mudler/yip v1.16.3
99
github.com/sirupsen/logrus v1.9.4-0.20230606125235-dd1b4c2e81af
1010
golang.org/x/mod v0.36.0
11+
gopkg.in/yaml.v3 v3.0.1
1112
sigs.k8s.io/yaml v1.6.0
1213
)
1314

@@ -23,5 +24,4 @@ require (
2324
go.yaml.in/yaml/v2 v2.4.2 // indirect
2425
golang.org/x/sys v0.31.0 // indirect
2526
gopkg.in/yaml.v2 v2.4.0 // indirect
26-
gopkg.in/yaml.v3 v3.0.1 // indirect
2727
)

0 commit comments

Comments
 (0)