From ea86007acf25ab0a312acb95c3f99ac7fbffbc13 Mon Sep 17 00:00:00 2001 From: thediveo Date: Mon, 22 Apr 2024 20:10:29 +0200 Subject: [PATCH] ci: bump up Go version in image build Signed-off-by: thediveo --- deployments/gostwire/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployments/gostwire/Dockerfile b/deployments/gostwire/Dockerfile index 88077f2..89ce580 100644 --- a/deployments/gostwire/Dockerfile +++ b/deployments/gostwire/Dockerfile @@ -10,7 +10,7 @@ # image versions. ARG ALPINE_VERSION=3.19 ARG ALPINE_PATCH=1 -ARG GO_VERSION=1.21.7 +ARG GO_VERSION=1.22.2 ARG NODE_VERSION=21 # Go build settings