Merge pull request #16680 from prometheus/dependabot/github_actions/scripts/actions/setup-go-5.5.0

chore(deps): bump actions/setup-go from 5.4.0 to 5.5.0 in /scripts
This commit is contained in:
github-actions[bot] 2025-07-11 11:53:54 +02:00 committed by GitHub
commit ce74e3918f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,7 +28,7 @@ jobs:
with: with:
persist-credentials: false persist-credentials: false
- name: Install Go - name: Install Go
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0 uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
with: with:
go-version: 1.24.x go-version: 1.24.x
- name: Install snmp_exporter/generator dependencies - name: Install snmp_exporter/generator dependencies