Skip to content

Commit 39792ab

Browse files
committed
Run go mod tidy and bump Go version
1 parent 5089c02 commit 39792ab

File tree

2 files changed

+2
-3
lines changed
  • manifest/test/acceptance/testdata/ComputedFields/webhook

2 files changed

+2
-3
lines changed

go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
module github.com/hashicorp/terraform-provider-kubernetes
22

3-
go 1.22.0
4-
toolchain go1.23.7
3+
go 1.24.1
54

65
require (
76
github.com/Masterminds/semver v1.5.0

manifest/test/acceptance/testdata/ComputedFields/webhook/go.mod

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

3-
go 1.21
3+
go 1.24.1
44

55
require (
66
github.com/sirupsen/logrus v1.9.3

0 commit comments

Comments
 (0)