From 7454c6a78d07e1c2d4fbc590580fed0251d8c8c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 08:13:07 +0000 Subject: [PATCH] Bump actions/setup-go from 6.4.0 to 6.5.0 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 6.4.0 to 6.5.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/4a3601121dd01d1626a1e23e37211e3254c1c06c...924ae3a1cded613372ab5595356fb5720e22ba16) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: 6.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/codecov.yml | 2 +- .github/workflows/go.yml | 2 +- .github/workflows/nodb.yml | 2 +- .github/workflows/pg.yml | 2 +- .github/workflows/s2.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index f3d8025..8010ecb 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -43,7 +43,7 @@ jobs: path: ${{ steps.go-cache-paths.outputs.go-mod }} key: ${{ runner.os }}.go-build-${{ hashFiles('**/go.sum') }}-1.22.x - - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c + - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 with: go-version: '1.24' diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index af4811f..5e5d6d8 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -22,7 +22,7 @@ jobs: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs - name: Install Go - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 with: go-version: ${{ matrix.go-version }} - name: Checkout code diff --git a/.github/workflows/nodb.yml b/.github/workflows/nodb.yml index e79fa01..1fc3c72 100644 --- a/.github/workflows/nodb.yml +++ b/.github/workflows/nodb.yml @@ -57,7 +57,7 @@ jobs: key: ${{ runner.os }}.go-build-${{ hashFiles('**/go.sum') }}-1.22.x - name: Set up Go - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 with: go-version: '1.24' diff --git a/.github/workflows/pg.yml b/.github/workflows/pg.yml index 7976bf5..8e34b3d 100644 --- a/.github/workflows/pg.yml +++ b/.github/workflows/pg.yml @@ -66,7 +66,7 @@ jobs: key: ${{ runner.os }}.go-build-${{ hashFiles('**/go.sum') }}-1.22.x - name: Set up Go - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 with: go-version: '1.24' diff --git a/.github/workflows/s2.yml b/.github/workflows/s2.yml index d16c7b8..038930b 100644 --- a/.github/workflows/s2.yml +++ b/.github/workflows/s2.yml @@ -46,7 +46,7 @@ jobs: uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 - name: Set up Go - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 with: go-version: '1.24'