Skip to content

Commit 53dac5b

Browse files
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](actions/setup-go@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] <support@github.com>
1 parent abb91cf commit 53dac5b

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
python-version: '3.9'
4646
- name: Install Go ${{ matrix.go }} for Benchmarks
47-
uses: actions/setup-go@v6.3.0
47+
uses: actions/setup-go@v6.4.0
4848
with:
4949
go-version: ${{ matrix.go }}
5050
cache: true

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
python-version: 3.12
4646
- name: Setup Go
47-
uses: actions/setup-go@def8c394e3ad351a79bc93815e4a585520fe993b # v6.2.0
47+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.2.0
4848
with:
4949
go-version: '1.25'
5050
cache: true

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jobs:
176176
with:
177177
submodules: recursive
178178
- name: Setup Go
179-
uses: actions/setup-go@def8c394e3ad351a79bc93815e4a585520fe993b # v6.2.0
179+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.2.0
180180
with:
181181
go-version: ${{ matrix.go }}
182182
cache: true
@@ -205,7 +205,7 @@ jobs:
205205
with:
206206
submodules: recursive
207207
- name: Setup Go
208-
uses: actions/setup-go@def8c394e3ad351a79bc93815e4a585520fe993b # v6.2.0
208+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.2.0
209209
with:
210210
go-version: ${{ matrix.go }}
211211
cache: true
@@ -237,7 +237,7 @@ jobs:
237237
with:
238238
submodules: recursive
239239
- name: Setup Go
240-
uses: actions/setup-go@def8c394e3ad351a79bc93815e4a585520fe993b # v6.2.0
240+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.2.0
241241
with:
242242
go-version: ${{ matrix.go }}
243243
cache: true
@@ -292,7 +292,7 @@ jobs:
292292
echo "CGO_LDFLAGS=-g -O2 -L$(cygpath --windows ${MINGW_PREFIX}/lib) -L$(cygpath --windows ${MINGW_PREFIX}/bin)" >> $GITHUB_ENV
293293
echo "MINGW_PREFIX=$(cygpath --windows ${MINGW_PREFIX})" >> $GITHUB_ENV
294294
- name: Setup Go
295-
uses: actions/setup-go@def8c394e3ad351a79bc93815e4a585520fe993b # v6.2.0
295+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.2.0
296296
with:
297297
go-version: "${{ env.GO_VERSION }}"
298298
cache: true
@@ -316,7 +316,7 @@ jobs:
316316
run: |
317317
(. .env && echo "GO_VERSION=${GO}") >> $GITHUB_ENV
318318
- name: Setup Go
319-
uses: actions/setup-go@def8c394e3ad351a79bc93815e4a585520fe993b # v6.2.0
319+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.2.0
320320
with:
321321
go-version: "${{ env.GO_VERSION }}"
322322
cache: true

0 commit comments

Comments
 (0)