From 617309ba03ea609fd0892979b5893e249e425bd1 Mon Sep 17 00:00:00 2001
From: Bo-Yi Wu <appleboy.tw@gmail.com>
Date: Tue, 24 Dec 2024 08:49:54 +0800
Subject: [PATCH] build: refactor codebase and update dependencies for
 stability

- Update Go version from `1.23.1` to `1.23` in `go.mod` file

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
---
 example56-context-timeout/go.mod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/example56-context-timeout/go.mod b/example56-context-timeout/go.mod
index 3f0e511..0fecf9d 100644
--- a/example56-context-timeout/go.mod
+++ b/example56-context-timeout/go.mod
@@ -1,3 +1,3 @@
 module example
 
-go 1.23.1
+go 1.23