chore: Go 1.25 upgrade and critical package updates for AI/ML services

- Upgrade Go from 1.24 to 1.25.1
- Update Anthropic SDK for web fetch tools
- Upgrade AWS Bedrock SDK 12 versions
- Update Azure Core and Identity SDKs
- Fix Nix config for Go version lag
- Update Docker base to golang:1.25-alpine
- Add comprehensive upgrade documentation
This commit is contained in:
Kayvan Sylvan
2025-09-14 10:16:03 -07:00
parent 25eee8b1c1
commit 9a37d63d76
7 changed files with 418 additions and 106 deletions

View File

@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
FROM golang:1.24-alpine AS builder
FROM golang:1.25-alpine AS builder
WORKDIR /src