chore: Go 1.26.3, Dependabot policy, and routine dependency bumps#15
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR batches maintenance work so CI stays green and dependency churn is safer going forward.
Go toolchain
goingo.modto 1.26.3 and rungo mod tidy. This addresses GO-2026-4971 and GO-2026-4918 in the standard library sogovulncheck ./...no longer fails on reachable traces from this repo. Workflows already usego-version-file: go.mod, so no workflow changes are required for the toolchain.Dependabot
cooldownfor version updates (patch 7 / minor 14 / major 30 days) on gomod, npm (wrapper manifest only), and github-actions. Security advisories still open Dependabot security PRs immediately; cooldown applies only to version bumps.ignoreagoraio-cli-*underpackaging/npm/agoraio-cliso Dependabot does not propose bumps to platformoptionalDependencies, which are intentionally0.0.0-devin git and stamped at release.Dependency updates (from Dependabot / aligned bumps)
github.com/spf13/cobra1.10.2,github.com/spf13/pflag1.0.10,golang.org/x/term0.43.0 (and any ensuinggo.sum/ indirect updates fromgo mod tidy).actions/checkoutv6,actions/setup-nodev6,actions/deploy-pagesv5,docker/login-action/docker/setup-buildx-action/docker/setup-qemu-actionv4 (exact set per diff).Verification
go mod tidymake test/go test ./...govulncheck ./...setup-nodecaching behavior anddeploy-pages+upload-pages-artifactpairing).