From e97d51c2dba7f96f1495902444b0cb5f91ee4344 Mon Sep 17 00:00:00 2001 From: Stefan Majewsky Date: Wed, 7 Feb 2024 10:45:52 +0100 Subject: [PATCH] bump Go to 1.22.0 --- internal/core/constants.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/core/constants.go b/internal/core/constants.go index ec3bf1e..b0ae3aa 100644 --- a/internal/core/constants.go +++ b/internal/core/constants.go @@ -16,9 +16,9 @@ package core const ( DefaultAlpineImage = "3.19" - DefaultGolangImagePrefix = "1.21.6-alpine" + DefaultGolangImagePrefix = "1.22.0-alpine" - DefaultGoVersion = "1.21" + DefaultGoVersion = "1.22" DefaultPostgresVersion = "12" DefaultLinkerdAwaitVersion = "0.2.7" DefaultK8sEnvtestVersion = "1.26.x!"