From e3dfa9331192b4fb96643ea1b35fda31832d3fe0 Mon Sep 17 00:00:00 2001 From: Ismael Ibuan <102030576+iibuan@users.noreply.github.com> Date: Mon, 17 Mar 2025 23:52:32 +0800 Subject: [PATCH] tidy mod file Signed-off-by: Ismael Ibuan <102030576+iibuan@users.noreply.github.com> --- src/goapp/go.mod | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/goapp/go.mod b/src/goapp/go.mod index ae6f15b..ec579da 100644 --- a/src/goapp/go.mod +++ b/src/goapp/go.mod @@ -1,6 +1,9 @@ module main -go 1.23 +go 1.23.0 + +toolchain go1.23.2 + require ( github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.7.0 github.com/coreos/go-oidc v2.2.1+incompatible