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:
parent
9cc18cf66c
commit
2928480a9a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue