bump go version across all stages

Signed-off-by: Duciwuci <duciwuci@gmail.com>
This commit is contained in:
Duciwuci
2025-09-02 10:02:39 +02:00
parent 739791a285
commit 070ffd7edb
7 changed files with 14 additions and 14 deletions

View File

@@ -30,7 +30,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
with:
go-version: 1.24.x
go-version: 1.25.x
- name: Install snmp_exporter/generator dependencies
run: sudo apt-get update && sudo apt-get -y install libsnmp-dev
if: github.repository == 'prometheus/snmp_exporter'