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

@@ -1,4 +1,4 @@
FROM golang:1.24-alpine AS build
FROM golang:1.25-alpine AS build
RUN apk --no-cache add git
WORKDIR /go/src/github.com/abh/geoipapi