build: update Go to 1.25
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/tag Build is failing

- Update Go version to 1.25 in go.mod
- Update Docker build image to golang:1.25-alpine
- Update CI pipeline to use golang:1.25
- Update dependencies to latest compatible versions
This commit is contained in:
2025-10-04 01:21:15 -07:00
parent c991335da7
commit 6cf02cfb01
4 changed files with 165 additions and 152 deletions

View File

@@ -5,7 +5,7 @@ name: default
steps:
- name: test
image: golang:1.24
image: golang:1.25
volumes:
- name: deps
path: /go
@@ -44,6 +44,6 @@ volumes:
---
kind: signature
hmac: a7bb16cf7f4a0195435980fb6a90b9d1092a50c1dba87636dae891600f4b86b0
hmac: b1f03a1749f6225e46b015ffe751360940145bd78c55da7ddfcdb49b2da247a5
...