chore(deps): bump the go-weekly-rollup group across 1 directory with 2 updates#13
Conversation
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
fabdb12 to
f208bbd
Compare
|
CI failure is the staticcheck SA1019 deprecation of proxy.Director in Go 1.26. Fixed in PR #15 (fix/proxy-director-deprecation). Will @dependabot rebase this PR after #15 merges to pick up the fix. |
f208bbd to
5bdb1e6
Compare
|
@dependabot rebase |
5bdb1e6 to
efcf67b
Compare
|
Lint job is failing due to golangci-lint-action v7 compatibility with golangci-lint v1.x (same issue tracked on VAOL #39). This is a structural CI issue affecting all Go repos using the v7 action with lint v1 config, not introduced by this dependency bump. Will address in a separate CI hardening PR that upgrades the lint config for v2 compatibility. |
The weekly Go dependency rollup (PR #13) bumps go.mod to require Go 1.26.0 because hugot v0.7.2 (and a few transitives) need it. Workflows were still pinned to 1.25.x, causing golangci-lint and tests to fail with: go: go.mod requires go >= 1.26.0 (running go 1.25.9; GOTOOLCHAIN=local) Bumps actions/setup-go inputs in ci.yml (5 jobs) and release.yml (1 job) from 1.25.x to 1.26.x. main go.mod is still 1.25.6 today, but 1.26.x can build it without issue, so this lands cleanly before Dependabot rebases #13.
|
@dependabot rebase |
…2 updates Bumps the go-weekly-rollup group with 2 updates in the / directory: [github.com/knights-analytics/hugot](https://github.com/knights-analytics/hugot) and [golang.org/x/time](https://github.com/golang/time). Updates `github.com/knights-analytics/hugot` from 0.6.4 to 0.7.2 - [Release notes](https://github.com/knights-analytics/hugot/releases) - [Changelog](https://github.com/knights-analytics/hugot/blob/main/CHANGELOG.md) - [Commits](knights-analytics/hugot@v0.6.4...v0.7.2) Updates `golang.org/x/time` from 0.13.0 to 0.15.0 - [Commits](golang/time@v0.13.0...v0.15.0) --- updated-dependencies: - dependency-name: github.com/knights-analytics/hugot dependency-version: 0.7.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-weekly-rollup - dependency-name: golang.org/x/time dependency-version: 0.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-weekly-rollup ... Signed-off-by: dependabot[bot] <support@github.com>
efcf67b to
aaeec28
Compare
Bumps the go-weekly-rollup group with 2 updates in the / directory: github.com/knights-analytics/hugot and golang.org/x/time.
Updates
github.com/knights-analytics/hugotfrom 0.6.4 to 0.7.2Release notes
Sourced from github.com/knights-analytics/hugot's releases.
Changelog
Sourced from github.com/knights-analytics/hugot's changelog.
Commits
773e04aupdate to ORT v1.25.0424f3a3update changelog216769dAdditional context checks and lint fixesbf39b23Add ORTGenAI Engine support599ec67add 2-bit bucketing to XLA backendec75722add locks to prevent races on model loading4dd069fchange: add session context and make run context aware9a527f5changelog and test fixes33b25fbimplement tools and constrained generationfa128acqa pipeline and gomlx reshape fixUpdates
golang.org/x/timefrom 0.13.0 to 0.15.0Commits
812b343all: upgrade go directive to at least 1.25.0 [generated]2b4e439rate: use time.Time.Equal instead of ==