From 9d6c02c00f622da960e5f6623f13834f2548520c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 22:55:48 +0000 Subject: [PATCH] Update Golang Version Bump to v1.26.4 --- go.mod | 2 +- v2/go.mod | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index ac345bb..67e575d 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/asecurityteam/httpstats -go 1.19 +go 1.26.4 require ( github.com/golang/mock v1.6.0 diff --git a/v2/go.mod b/v2/go.mod index 6cc3f94..e88949a 100644 --- a/v2/go.mod +++ b/v2/go.mod @@ -1,8 +1,6 @@ module github.com/asecurityteam/httpstats/v2 -go 1.23 - -toolchain go1.24.3 +go 1.26.4 require ( github.com/rs/xstats v0.0.0-20170813190920-c67367528e16