Skip to content
Snippets Groups Projects
Commit d95e2f39 authored by Renovate Bot's avatar Renovate Bot
Browse files

Update golang Docker tag to v1.24.1

parent 6f2687a8
Branches
No related tags found
1 merge request!8Update golang Docker tag to v1.24.1
Pipeline #57412 passed
......@@ -22,7 +22,7 @@ build-application-binary:
stage: build
needs: []
parallel: !reference [ .parallel, parallel ]
image: golang:1.24.0
image: golang:1.24.1
script:
- CGO_ENABLED=0 go build -ldflags="-s -w" -o ems-esp-logger-${GOOS}-${GOARCH} ./
- "if [ \"${GOOS}\" = \"windows\" ]; then
......
FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.6.1 AS xx
FROM --platform=$BUILDPLATFORM golang:1.24.0 AS build
FROM --platform=$BUILDPLATFORM golang:1.24.1 AS build
ARG TARGETPLATFORM
COPY --from=xx / /
WORKDIR /app
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment