Skip to content

chore(deps): bump golangci-lint to 2.13.2 and go-task to 3.53.1 - #399

Open
inference-gateway-maintainer[bot] wants to merge 1 commit into
mainfrom
chore/bump-tool-pins
Open

chore(deps): bump golangci-lint to 2.13.2 and go-task to 3.53.1#399
inference-gateway-maintainer[bot] wants to merge 1 commit into
mainfrom
chore/bump-tool-pins

Conversation

@inference-gateway-maintainer

Copy link
Copy Markdown
Contributor

Summary

Reviewed the dependabot PRs across the inference-gateway/*-agent repos (browser, documentation, google-calendar, grafana, mock, n8n) against the template pins in internal/vendor/vendor.go.

Every version those PRs converge on is already what the templates emit:

Pin Templates Agent repos
github.com/inference-gateway/adk v0.26.4 v0.26.4
go.opentelemetry.io/otel{,/sdk,/trace} v1.46.0 v1.46.0
docker/setup-qemu-action v4.3.0 v4.3.0 (bumped by dependabot in browser-agent)
all other actions/*, docker/*, semantic-release pins match match

The currently open PRs only bump google.golang.org/grpc (indirect, not pinned by the templates); other recent ones touched per-repo vendor.deps (inference-gateway/sdk, testify) that come from each repo's agent.yaml, not from adl-cli.

What dependabot cannot see are the tool pins the generated CI and Flox manifest install by exact version. Two of them have fallen behind upstream:

Tool Before After
golangci-lint 2.12.2 2.13.2
go-task 3.48.0 3.53.1

The generated Flox manifests already float on ^2.12.2 / ^3.48.0, so local sandboxes have been on the newer versions; this aligns the CI/CD workflow pins with them.

Verification

go build ./... && go test ./... passes.

@inference-gateway-maintainer
inference-gateway-maintainer Bot requested a review from a team as a code owner September 9, 2026 20:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants