From 98c7c6ddc15e3d47f40ddc70246a8669db8dba11 Mon Sep 17 00:00:00 2001 From: Patrice Ferlet Date: Wed, 24 Apr 2024 13:57:06 +0200 Subject: [PATCH] Use latest Go compiler --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 4612b1a..393337e 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,8 @@ module katenary // github.com/metal3d/katenary -go 1.21 +go 1.22 -toolchain go1.21.8 +toolchain go1.22.2 require ( github.com/compose-spec/compose-go v1.20.2