From f6ab290330bd57506995206eb370ee2cd8e1cc5c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 05:44:14 +0000 Subject: [PATCH] chore(deps): update actions/setup-go action to v6.5.0 --- .github/workflows/container.yml | 2 +- .github/workflows/go-lint.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 9ea9c97..b676917 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -57,7 +57,7 @@ jobs: fetch-depth: 0 - name: Set up Go - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0 with: go-version-file: 'go.mod' check-latest: true diff --git a/.github/workflows/go-lint.yml b/.github/workflows/go-lint.yml index 603df41..4265618 100644 --- a/.github/workflows/go-lint.yml +++ b/.github/workflows/go-lint.yml @@ -52,7 +52,7 @@ jobs: - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Set up Go - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0 with: go-version-file: 'go.mod' check-latest: true