From 7e99ceead1b289ac93c67b1f20d102563cd577af Mon Sep 17 00:00:00 2001 From: "mogenius-renovate-bot[bot]" <260588915+mogenius-renovate-bot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 22:18:34 +0000 Subject: [PATCH] fix(deps): update actions/setup-go action to v6.5.0 Signed-off-by: mogenius-renovate-bot[bot] <260588915+mogenius-renovate-bot[bot]@users.noreply.github.com> --- .github/workflows/go-build.yml | 2 +- .github/workflows/go-test.yml | 2 +- .github/workflows/golangci-lint.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go-build.yml b/.github/workflows/go-build.yml index aa3b3b5..9c94a2c 100644 --- a/.github/workflows/go-build.yml +++ b/.github/workflows/go-build.yml @@ -40,7 +40,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: ${{ inputs.go_version }} cache-dependency-path: ${{ inputs.path }}/go.sum diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index a778eac..afe63ae 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -45,7 +45,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: ${{ inputs.go_version }} cache-dependency-path: ${{ inputs.path }}/go.sum diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 1e7c13b..e49f1e5 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -40,7 +40,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: ${{ inputs.go_version }} cache-dependency-path: ${{ inputs.path }}/go.sum