From b56d21435bae6af97ac0d6dca6f1815df9eadaeb Mon Sep 17 00:00:00 2001 From: Daniel Moch Date: Fri, 13 Jun 2025 11:58:27 -0400 Subject: [PATCH] deps: bump toolchain Bump Go toolchain to 1.23.10 to address vulnerabilities. --- go.mod | 2 ++ 1 file changed, 2 insertions(+) diff --git a/go.mod b/go.mod index 91e2bb3..690811b 100644 --- a/go.mod +++ b/go.mod @@ -2,6 +2,8 @@ module djmo.ch/dgit go 1.23.8 +toolchain go1.23.10 + require ( github.com/dustin/go-humanize v1.0.1 github.com/evanw/esbuild v0.25.5