From 642149511214a8a08aa44485dcadc3de4719585c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 18:51:08 +0000 Subject: [PATCH] chore: Bump actions/setup-go from 6.3.0 to 6.4.0 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 6.3.0 to 6.4.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v6.3.0...v6.4.0) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/benchmark.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/test.yml | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index c0a6f1f5..f1189723 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -44,7 +44,7 @@ jobs: with: python-version: '3.9' - name: Install Go ${{ matrix.go }} for Benchmarks - uses: actions/setup-go@v6.3.0 + uses: actions/setup-go@v6.4.0 with: go-version: ${{ matrix.go }} cache: true diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ba1da43a..4c189737 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -44,7 +44,7 @@ jobs: with: python-version: 3.12 - name: Setup Go - uses: actions/setup-go@def8c394e3ad351a79bc93815e4a585520fe993b # v6.2.0 + uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.2.0 with: go-version: '1.25' cache: true diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d8dbb174..3f6e82bf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -176,7 +176,7 @@ jobs: with: submodules: recursive - name: Setup Go - uses: actions/setup-go@def8c394e3ad351a79bc93815e4a585520fe993b # v6.2.0 + uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.2.0 with: go-version: ${{ matrix.go }} cache: true @@ -205,7 +205,7 @@ jobs: with: submodules: recursive - name: Setup Go - uses: actions/setup-go@def8c394e3ad351a79bc93815e4a585520fe993b # v6.2.0 + uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.2.0 with: go-version: ${{ matrix.go }} cache: true @@ -237,7 +237,7 @@ jobs: with: submodules: recursive - name: Setup Go - uses: actions/setup-go@def8c394e3ad351a79bc93815e4a585520fe993b # v6.2.0 + uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.2.0 with: go-version: ${{ matrix.go }} cache: true @@ -292,7 +292,7 @@ jobs: echo "CGO_LDFLAGS=-g -O2 -L$(cygpath --windows ${MINGW_PREFIX}/lib) -L$(cygpath --windows ${MINGW_PREFIX}/bin)" >> $GITHUB_ENV echo "MINGW_PREFIX=$(cygpath --windows ${MINGW_PREFIX})" >> $GITHUB_ENV - name: Setup Go - uses: actions/setup-go@def8c394e3ad351a79bc93815e4a585520fe993b # v6.2.0 + uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.2.0 with: go-version: "${{ env.GO_VERSION }}" cache: true @@ -316,7 +316,7 @@ jobs: run: | (. .env && echo "GO_VERSION=${GO}") >> $GITHUB_ENV - name: Setup Go - uses: actions/setup-go@def8c394e3ad351a79bc93815e4a585520fe993b # v6.2.0 + uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.2.0 with: go-version: "${{ env.GO_VERSION }}" cache: true