From bd69cf495b5718a12ddb8d4407ba79b38f5c8d8c Mon Sep 17 00:00:00 2001
From: Leonardo <leomilho@gmail.com>
Date: Wed, 12 Jun 2024 20:37:24 +0200
Subject: [PATCH] bump go version

---
 Makefile | 2 +-
 go.mod   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index ead2bfd..895da60 100755
--- a/Makefile
+++ b/Makefile
@@ -33,5 +33,5 @@ coverage: dep
 
 tidy:
 	GOPROXY=direct go get -u -v all 
-	@go mod tidy --compat=1.21
+	@go mod tidy --compat=1.22
 
diff --git a/go.mod b/go.mod
index 01c2a0c..d546d3c 100755
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
 module git.science.uu.nl/graphpolaris/query-conversion
 
-go 1.21
+go 1.22
 
 require github.com/stretchr/testify v1.9.0
 
-- 
GitLab