fix(docker): update Go version in Dockerfile and go.mod to 1.26.2
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
# syntax=docker/dockerfile:1
|
# syntax=docker/dockerfile:1
|
||||||
|
|
||||||
# ─── Stage 1: Build Go binaries ───────────────────────────────────────────────
|
# ─── Stage 1: Build Go binaries ───────────────────────────────────────────────
|
||||||
FROM golang:1.23-alpine AS builder
|
FROM golang:1.26.2-alpine AS builder
|
||||||
|
|
||||||
ARG TARGETOS
|
ARG TARGETOS
|
||||||
ARG TARGETARCH
|
ARG TARGETARCH
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
module github.com/geo-platform/tenant-api
|
module github.com/geo-platform/tenant-api
|
||||||
|
|
||||||
go 1.23
|
go 1.26.2
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/alicebob/miniredis/v2 v2.37.0
|
github.com/alicebob/miniredis/v2 v2.37.0
|
||||||
|
|||||||
Reference in New Issue
Block a user