Skip to content

Commit 0ef3bbf

Browse files
committed
update go version
Signed-off-by: Mmadu Manasseh <manasseh.mmadu@zapier.com>
1 parent 6933854 commit 0ef3bbf

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
earthly 0.8.15
2-
golang 1.22.7
2+
golang 1.24.2
33
golangci-lint 1.63.4
44
helm 3.16.3
55
helm-cr 1.6.1

tools/dump_crds/go.mod

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
module github.com/zapier/kubechecks/tools/dump_crds
22

3-
go 1.22.0
4-
5-
toolchain go1.22.7
3+
go 1.24
64

75
require (
86
github.com/Masterminds/semver v1.5.0
7+
github.com/lmittmann/tint v1.0.4
98
github.com/spf13/cobra v1.8.0
109
github.com/spf13/viper v1.18.2
1110
k8s.io/apimachinery v0.30.1
@@ -30,7 +29,6 @@ require (
3029
github.com/inconshreveable/mousetrap v1.1.0 // indirect
3130
github.com/josharian/intern v1.0.0 // indirect
3231
github.com/json-iterator/go v1.1.12 // indirect
33-
github.com/lmittmann/tint v1.0.4 // indirect
3432
github.com/magiconair/properties v1.8.7 // indirect
3533
github.com/mailru/easyjson v0.7.7 // indirect
3634
github.com/mitchellh/mapstructure v1.5.0 // indirect

0 commit comments

Comments
 (0)