We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7472b3f commit 436ae92Copy full SHA for 436ae92
.github/workflows/golangci-lint.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: install Go
21
uses: actions/setup-go@v5
22
with:
23
- go-version: 1.22.5
+ go-version: 1.24.2
24
- name: Install snmp_exporter/generator dependencies
25
run: sudo apt-get update && sudo apt-get -y install libsnmp-dev
26
if: github.repository == 'prometheus/snmp_exporter'
go.mod
@@ -2,7 +2,7 @@ module github.com/monitoring-mixins/mixtool
2
3
go 1.22.4
4
5
-toolchain go1.22.6
+toolchain go1.24.2
6
7
require (
8
github.com/fatih/color v1.18.0
0 commit comments