Skip to content

Commit 33d7cf3

Browse files
committed
Bump go version in linter
1 parent 10234d2 commit 33d7cf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: install Go
2626
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
2727
with:
28-
go-version: 1.21.x
28+
go-version: 1.23.x
2929
- name: Install snmp_exporter/generator dependencies
3030
run: sudo apt-get update && sudo apt-get -y install libsnmp-dev
3131
if: github.repository == 'prometheus/snmp_exporter'

0 commit comments

Comments
 (0)