*: bump go to 1.20 and k8s deps to 0.27.2

Signed-off-by: Damien Grisonnet <dgrisonn@redhat.com>
This commit is contained in:
Damien Grisonnet 2023-06-05 15:17:59 +02:00
parent f69aae4c78
commit e69388346f
6 changed files with 796 additions and 316 deletions

View file

@ -8,7 +8,7 @@ VERSION=$(shell cat VERSION)
TAG_PREFIX=v
TAG?=$(TAG_PREFIX)$(VERSION)
GO_VERSION?=1.18.9
GO_VERSION?=1.20.4
GOLANGCI_VERSION?=1.53.2
.PHONY: all