upgrade go

This commit is contained in:
2025-09-02 13:20:21 -04:00
parent 7f6c91ae74
commit 854819d966
2 changed files with 3 additions and 1 deletions

View File

@@ -6,6 +6,8 @@
* chore: Add new test suites for logging, OpenTelemetry initialization, gRPC server setup, and HTTP server setup. * 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: Enhance configuration loading tests to cover file and environment variable sources.
* chore: Improve config test comparison robustness using JSON marshaling. * chore: Improve config test comparison robustness using JSON marshaling.
## v0.12.3
* chore: Upgrade to go 1.25
# v0.12.0 # v0.12.0
* feat: Add support for excluding HTTP request paths from logging using configurable regular expressions. * feat: Add support for excluding HTTP request paths from logging using configurable regular expressions.

2
go.mod
View File

@@ -1,6 +1,6 @@
module gitea.libretechconsulting.com/rmcguire/go-app module gitea.libretechconsulting.com/rmcguire/go-app
go 1.24.2 go 1.25
require ( require (
buf.build/go/protovalidate v0.14.0 buf.build/go/protovalidate v0.14.0