From 4384a5b830f831c06c746f086b70318466d83597 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 18:07:26 +0000 Subject: [PATCH] chore(deps): remove toolchain go1.27.1 directive Remove the toolchain go1.27.1 directive from go.mod. Co-authored-by: dominikholler <3316529+dominikholler@users.noreply.github.com> --- go.mod | 2 -- 1 file changed, 2 deletions(-) diff --git a/go.mod b/go.mod index 8f5754b..6039687 100644 --- a/go.mod +++ b/go.mod @@ -2,6 +2,4 @@ module github.com/dominikholler/webdavserver go 1.25.0 -toolchain go1.27.1 - require golang.org/x/net v0.58.0