From ac38e4d547c89b9913fe316df27e6270f4c81b67 Mon Sep 17 00:00:00 2001 From: Petar Kostov Date: Thu, 4 Jun 2026 15:59:58 +0300 Subject: [PATCH] Update node_exporter to go 1.26.3 --- .github/workflows/bsd.yml | 2 +- .promu-cgo.yml | 2 +- go.mod | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/bsd.yml b/.github/workflows/bsd.yml index 1a4559010c..7ca7ac48d4 100644 --- a/.github/workflows/bsd.yml +++ b/.github/workflows/bsd.yml @@ -13,7 +13,7 @@ permissions: env: GNU_TAR_VERSION: "1.35" - GO_VERSION: "1.26.0" + GO_VERSION: "1.26.3" # To spin up one of the VMs below, see the "Debug Shell" section here: https://github.com/vmactions jobs: diff --git a/.promu-cgo.yml b/.promu-cgo.yml index aa40105c4f..fb37da527f 100644 --- a/.promu-cgo.yml +++ b/.promu-cgo.yml @@ -1,7 +1,7 @@ go: # Whenever the Go version is updated here, .circle/config.yml and # .promu.yml should also be updated. - version: 1.25 + version: 1.26 cgo: true repository: path: github.com/prometheus/node_exporter diff --git a/go.mod b/go.mod index 1b61d991a9..4491349e07 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/prometheus/node_exporter -go 1.25.8 +go 1.26.3 require ( github.com/alecthomas/kingpin/v2 v2.4.0