Align go.mod version with Kubernetes

Bump Go to 1.20 in go.mod

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan 2023-06-26 16:22:06 +03:00
parent 9cc18cf66c
commit 2928480a9a
No known key found for this signature in database
GPG Key ID: 3299AEB0E4085BAF
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
module github.com/fluxcd/source-controller/api
go 1.18
go 1.20
require (
github.com/fluxcd/pkg/apis/acl v0.1.0

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/fluxcd/source-controller
go 1.18
go 1.20
replace github.com/fluxcd/source-controller/api => ./api