Dockerfile: bump golang base 1.23 → 1.24
All checks were successful
Docker Build / build-and-push-image (push) Successful in 1m19s
All checks were successful
Docker Build / build-and-push-image (push) Successful in 1m19s
go-redis bumped go.mod's directive to 1.24 ; builder must match (otherwise 'go mod download' fails).
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.23-alpine AS builder
|
||||
FROM golang:1.24-alpine AS builder
|
||||
|
||||
WORKDIR /app
|
||||
COPY go.mod go.sum ./
|
||||
|
||||
Reference in New Issue
Block a user