From 9bad086c59f2362543bad46ede63fb6e7af9f17b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 05:45:08 +0000 Subject: [PATCH] build(deps): bump golang version in go.mod file from 1.23.3 to 1.23.4 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index e372aec..7e44ec1 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/wimspaargaren/prolayout -go 1.23.3 +go 1.23.4 require ( github.com/stretchr/testify v1.9.0