Skip to content

Commit 71cb02a

Browse files
Update dependency go
1 parent 1abe34c commit 71cb02a

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.4
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.5
66

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

0 commit comments

Comments
 (0)