Merge pull request #14573 from prometheus/dependabot/github_actions/scripts/actions/setup-go-5.0.2

build(deps): bump actions/setup-go from 5.0.1 to 5.0.2 in /scripts
This commit is contained in:
Julien 2024-08-09 12:06:05 +02:00 committed by GitHub
commit 7b0f6f1aed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Install Go
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version: 1.22.x
- name: Install snmp_exporter/generator dependencies