Skip to content

Commit e36817f

Browse files
chore(deps): bump actions/setup-go (#40)
Bumps the actions-core group with 1 update in the / directory: [actions/setup-go](https://github.com/actions/setup-go). Updates `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 dependency-group: actions-core ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 01c4a2f commit e36817f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/go-combined-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
steps:
4747
- uses: actions/checkout@v7
4848

49-
- uses: actions/setup-go@v6
49+
- uses: actions/setup-go@v7
5050
with:
5151
go-version: "1.26.3"
5252
cache: true

0 commit comments

Comments
 (0)