From 088483375bc55ab407669da20aeafd47a5e20aa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hans=20T=C3=B8mmerholt?= Date: Wed, 2 Oct 2024 16:36:25 +0200 Subject: [PATCH] build(deps): Try to update the go version in the main go.mod file This version determines which Go version is used when running tests, even if the tests go.mod file specifies a different version. This probably requires updating the dependencies further. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index ac4dfb36..05d944a9 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/slok/sloth -go 1.19 +go 1.22 require ( github.com/OpenSLO/oslo v0.2.2-0.20210629193748-b882029ce777