Bump actions/setup-go from 5 to 7 - #5
Conversation
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
c1b12f6 to
35871b8
Compare
|
Important Review skippedBot user detected. To trigger a single review, invoke the ⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5 to 7. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v5...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>
35871b8 to
60fe978
Compare
… nil-error wrap
- cmd/content: fetchTocWithTimeout now passes a deadline-aware context
through a new content.FetchTocWithContext helper, which in turn
propagates it via httpclient.FetchOptions.Context so the in-flight
HTTP request is cancelled when the timeout fires. The goroutine
no longer keeps running after the deadline; the call returns the
timeout error directly. httpclient.Fetch uses
http.NewRequestWithContext when FetchOptions.Context is set, and
falls back to context.Background for the existing callers.
- internal/dupdata.CourseOrgIDsCSV: bumped pageSize from 20 to 200
and added bookmark-pagination handling for the manageCourses
widget. The function now follows PagingInfo.HasMoreItems chains
(capped at 25 pages) so a student with more than 20 enrollments
sees every course. The first page already includes the entire
bookmark URL, which we extract for the next request.
- cmd/archive: the res.Ref.Topic == nil branch in runArchiveShow was
using fmt.Errorf("%w (try: ...)", err) with an err that was
guaranteed nil by the preceding Resolve success check, producing
%!w(<nil>) in the output. The branch now formats res.Kind, res.BlobID
and res.BlobPath directly into the error message.
- CHANGELOG: removed contradictions between the [Unreleased] section
and the rest of the document (mentions of removed commands,
KNOWN_ISSUES #4 vs #5/#20, the systemd LEGACY suffix that lived
on Status.UnitPath).
Lint clean (golangci-lint v2.13.2). go build / go vet / go test -race
all clean.
Bumps actions/setup-go from 5 to 7.
Release notes
Sourced from actions/setup-go's releases.
... (truncated)
Commits
b7ad1dachore(deps): bump@actions/cacheto 6.2.0 (#771)0778a10Migrate to ESM and upgrade dependencies (#763)924ae3achore: bump version to 6.5.0 in package.json and package-lock.json (#762)e91cc3bBump@actions/cacheto 5.1.0, log cache write denied (#758)4a2405echore: update@types/nodeand@typescript-eslintdependencies to latest versi...78961f6chore: update@actionsdependencies and refresh license cache (#744)4a36011docs: fix Microsoft build of Go link (#734)8f19afcfeat: add go-download-base-url input for custom Go distributions (#721)27fdb26Bump minimatch from 3.1.2 to 3.1.5 (#727)def8c39Rearrange README.md, add advanced-usage.md (#724)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)