Skip to content

Commit 1cfdbf9

Browse files
chore: bump actions/setup-go from 4 to 6 (#898)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 6. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v4...v6) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7545f36 commit 1cfdbf9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-binary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- uses: ipfs/aegir/actions/cache-node-modules@main # this will cache node_modules and run `npm run build`
7171

7272
- name: Setup Go
73-
uses: actions/setup-go@v4
73+
uses: actions/setup-go@v6
7474
with:
7575
go-version: '1.24'
7676

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ jobs:
224224
playwright-${{ runner.os }}-
225225
- run: npx playwright install --with-deps
226226
- name: Setup Go
227-
uses: actions/setup-go@v4
227+
uses: actions/setup-go@v6
228228
with:
229229
go-version: '1.24'
230230
- run: npx xvfb-maybe npm run --if-present test:local-binary

0 commit comments

Comments
 (0)