Skip to content

Commit 436ae92

Browse files
Update dependency go to v1.24.2
1 parent 7472b3f commit 436ae92

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: install Go
2121
uses: actions/setup-go@v5
2222
with:
23-
go-version: 1.22.5
23+
go-version: 1.24.2
2424
- name: Install snmp_exporter/generator dependencies
2525
run: sudo apt-get update && sudo apt-get -y install libsnmp-dev
2626
if: github.repository == 'prometheus/snmp_exporter'

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/monitoring-mixins/mixtool
22

33
go 1.22.4
44

5-
toolchain go1.22.6
5+
toolchain go1.24.2
66

77
require (
88
github.com/fatih/color v1.18.0

0 commit comments

Comments
 (0)