From ab65da2e1e0b52dd643b73cac6ce7b044e1e0d45 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 21:10:07 +0000 Subject: [PATCH] Update go toolchain directive to v1.26.3 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 644977f..75d1740 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/halprin/fhirpath go 1.25.0 -toolchain go1.26.2 +toolchain go1.26.3 require ( github.com/antlr4-go/antlr/v4 v4.13.1