build: update Go to 1.25
- 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:
@@ -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
|
||||
|
Reference in New Issue
Block a user