From d8240bcb9b255e15c403ae785cacf9956b491d03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 01:53:38 +0000 Subject: [PATCH] chore(deps): bump actions/setup-go Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4a2405e6aebff6aabd8e43618539aa35cf90ac92 to 924ae3a1cded613372ab5595356fb5720e22ba16. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/4a2405e6aebff6aabd8e43618539aa35cf90ac92...924ae3a1cded613372ab5595356fb5720e22ba16) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: 924ae3a1cded613372ab5595356fb5720e22ba16 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 231df71..04afa48 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: persist-credentials: false - name: Set up Go - uses: actions/setup-go@4a2405e6aebff6aabd8e43618539aa35cf90ac92 # v5.2.0 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v5.2.0 with: go-version: ${{ matrix.go-version }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2f5660d..290c0b8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: persist-credentials: false - name: Set up Go - uses: actions/setup-go@4a2405e6aebff6aabd8e43618539aa35cf90ac92 # v5.2.0 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v5.2.0 with: go-version: '1.26' cache: false