chore(deps): update golang docker tag to v1.26
All checks were successful
Validate PR Title / validate (pull_request) Successful in 4s
All checks were successful
Validate PR Title / validate (pull_request) Successful in 4s
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.25 AS build
|
||||
FROM golang:1.26 AS build
|
||||
WORKDIR /src
|
||||
COPY go.mod ./
|
||||
RUN go mod download
|
||||
|
||||
Reference in New Issue
Block a user