Fix GoVersion to 1.23.1
All checks were successful
release-tag / release-image (push) Successful in 2m3s
All checks were successful
release-tag / release-image (push) Successful in 2m3s
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
############################
|
||||
# 1) Go‑Build
|
||||
############################
|
||||
FROM golang:1.22 AS build
|
||||
FROM golang:1.23.1 AS build
|
||||
|
||||
WORKDIR /app
|
||||
COPY go.mod go.sum ./
|
||||
|
Reference in New Issue
Block a user