From de29c1cdd58bcc6e2320bae6f74cb75e6ed3c468 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 18:53:02 +0000 Subject: [PATCH] Update dependency go to v1.25.5 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index eb8f8e8..956ed18 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/halprin/fhirpath go 1.24.0 -toolchain go1.25.1 +toolchain go1.25.5 require ( github.com/antlr4-go/antlr/v4 v4.13.1