mirror of
https://github.com/danielmiessler/Fabric.git
synced 2026-01-09 14:28:01 -05:00
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:
@@ -1,6 +1,6 @@
|
||||
# syntax=docker/dockerfile:1
|
||||
|
||||
FROM golang:1.24-alpine AS builder
|
||||
FROM golang:1.25-alpine AS builder
|
||||
|
||||
WORKDIR /src
|
||||
|
||||
|
||||
Reference in New Issue
Block a user