Update Go Version to Latest (#19)

- [+] fix(go.mod): update Go version from 1.24.0 to 1.24.1

Reviewed-on: #19
Co-authored-by: H0llyW00dzZ <h0llyw00dzz@pm.me>
Co-committed-by: H0llyW00dzZ <h0llyw00dzz@pm.me>
This commit is contained in:
H0llyW00dzZ 2025-03-05 19:03:36 +00:00 committed by H0llyW00dzZ
parent d8a32b3663
commit feb076e7a1

2
go.mod
View File

@ -1,6 +1,6 @@
module git.b0zal.io/H0llyW00dzZ/imap
go 1.24.0
go 1.24.1
require (
github.com/emersion/go-imap v1.2.1