Skip to content

Commit 9da245a

Browse files
build(deps): bump actions/setup-go from 6 to 7 (#2120)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 6 to 7. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v6...v7) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: '7' 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 e03b3d2 commit 9da245a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ jobs:
455455
python-version: "3.12"
456456

457457
- name: Setup Go (for resolution benchmark + tracer validation)
458-
uses: actions/setup-go@v6
458+
uses: actions/setup-go@v7
459459
with:
460460
go-version: "stable"
461461
cache: false

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ jobs:
226226
python-version: "3.12"
227227

228228
- name: Setup Go (for resolution benchmark + tracer validation)
229-
uses: actions/setup-go@v6
229+
uses: actions/setup-go@v7
230230
with:
231231
go-version: "stable"
232232
cache: false

0 commit comments

Comments
 (0)