From 5f5c6a3310e6de42102cfd05f0498a67fed91f0f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 05:37:02 +0000 Subject: [PATCH] Update actions/setup-go action to v6 --- .github/workflows/golangci-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 9b71e87..ce13df4 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -18,7 +18,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - name: install Go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version: 1.22.5 - name: Install snmp_exporter/generator dependencies