From 544ce3c228b38a65de24d197b1925a28449f4812 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 14:22:54 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.23.3 (#72) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index f733c699..85349b72 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/nekottyo/alfred-datadog-workflow go 1.21 -toolchain go1.23.2 +toolchain go1.23.3 require ( github.com/deanishe/awgo v0.29.1