@cryptotaxi247 / kubo / commits / b7a35a4bd

chore(deps): bump actions/setup-go from 5 to 6 (#11165)

Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5 to 6. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/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>

dependabot[bot] committed Jan 23, 2026 at 06:34 UTC b7a35a4bd0041ab019d7705f4cb364690c3219cd
1 file changed +1 -1
.github/workflows/dependabot-tidy.yml
+1 -1
@@ -40,7 +40,7 @@ jobs:
40 with:
41 ref: ${{ steps.pr.outputs.branch }}
42 token: ${{ secrets.GITHUB_TOKEN }}
43 - - uses: actions/setup-go@v5
43 + - uses: actions/setup-go@v6
44 with:
45 go-version-file: go.mod
46 - name: Run make mod_tidy