From 08584c393da46559ec97d9e22385a37f9663f27b Mon Sep 17 00:00:00 2001 From: lorenzg Date: Fri, 14 Aug 2026 12:53:13 +0200 Subject: [PATCH] update go version to 1.26.6 --- Changes | 1 + buildtools/go.mod | 2 +- go.mod | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 6a37b6a4..40bc7a4c 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,7 @@ This file documents the revision history for the SNClient agent. next: + - update golang build chain to 1.26.6 - check_os_updates: fix powershell error on windows - check_os_updates: enable --update automatically for yum/dnf - check_os_updates: add --skip-update to disable automatic update diff --git a/buildtools/go.mod b/buildtools/go.mod index dac9856c..bff8cfda 100644 --- a/buildtools/go.mod +++ b/buildtools/go.mod @@ -1,6 +1,6 @@ module tools -go 1.26.5 +go 1.26.6 require ( github.com/daixiang0/gci v0.13.7 diff --git a/go.mod b/go.mod index 4f41ccfa..ab0a9c72 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/consol-monitoring/snclient -go 1.26.5 +go 1.26.6 require ( github.com/beevik/ntp v1.5.0