Skip to content

Commit 4fdea15

Browse files
chore(deps): bump actions/setup-go from 5 to 6 (#910)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5 to 6. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v5...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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: carlos-alm <127798846+carlos-alm@users.noreply.github.com>
1 parent 384ead6 commit 4fdea15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119

120120
- name: Setup Go (for tracer validation)
121121
if: steps.existing.outputs.skip != 'true'
122-
uses: actions/setup-go@v5
122+
uses: actions/setup-go@v6
123123
with:
124124
go-version: "stable"
125125
cache: false

0 commit comments

Comments
 (0)