Skip to content
This repository was archived by the owner on Mar 22, 2024. It is now read-only.

Commit 0e7f66a

Browse files
Update module go to 1.19 for tools (elastic#6040)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d1dd8eb commit 0e7f66a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

hack/config-extractor/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/elastic/cloud-on-k8s/v2/hack/config-extractor
22

3-
go 1.17
3+
go 1.19
44

55
require (
66
k8s.io/api v0.22.4

hack/manifest-gen/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/elastic/cloud-on-k8s/v2/hack/manifest-gen
22

3-
go 1.17
3+
go 1.19
44

55
require (
66
github.com/spf13/cobra v1.5.0

hack/operatorhub/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/elastic/cloud-on-k8s/v2/hack/operatorhub
22

3-
go 1.17
3+
go 1.19
44

55
require (
66
github.com/Masterminds/sprig/v3 v3.2.2

hack/release-notes/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/elastic/cloud-on-k8s/v2/hack/release-notes
22

3-
go 1.17
3+
go 1.19
44

55
require (
66
github.com/stretchr/testify v1.8.0

hack/upgrade-test-harness/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/elastic/cloud-on-k8s/v2/hack/upgrade-test-harness
22

3-
go 1.17
3+
go 1.19
44

55
require (
66
github.com/blang/semver/v4 v4.0.0

0 commit comments

Comments
 (0)