1
0
mirror of synced 2026-02-06 19:05:55 +00:00

Align go.mod version with Kubernetes (Go 1.20)

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan
2023-06-26 19:36:20 +03:00
parent bd8ada9e4a
commit 761762bdc0
2 changed files with 2 additions and 2 deletions

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/fluxcd/flux2/v2 module github.com/fluxcd/flux2/v2
go 1.18 go 1.20
require ( require (
github.com/Masterminds/semver/v3 v3.2.1 github.com/Masterminds/semver/v3 v3.2.1

View File

@@ -1,6 +1,6 @@
module github.com/fluxcd/flux2/tests/azure module github.com/fluxcd/flux2/tests/azure
go 1.19 go 1.20
require ( require (
github.com/Azure/azure-event-hubs-go/v3 v3.6.0 github.com/Azure/azure-event-hubs-go/v3 v3.6.0