From 854819d966eb2c580dcfdc841e6cd51abef001ea Mon Sep 17 00:00:00 2001 From: Ryan D McGuire Date: Tue, 2 Sep 2025 13:20:21 -0400 Subject: [PATCH] upgrade go --- CHANGELOG.md | 2 ++ go.mod | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57ee97e..2dc0611 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ * chore: Add new test suites for logging, OpenTelemetry initialization, gRPC server setup, and HTTP server setup. * chore: Enhance configuration loading tests to cover file and environment variable sources. * chore: Improve config test comparison robustness using JSON marshaling. +## v0.12.3 +* chore: Upgrade to go 1.25 # v0.12.0 * feat: Add support for excluding HTTP request paths from logging using configurable regular expressions. diff --git a/go.mod b/go.mod index 54c7186..5ba3d5b 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module gitea.libretechconsulting.com/rmcguire/go-app -go 1.24.2 +go 1.25 require ( buf.build/go/protovalidate v0.14.0