Skip to content
Snippets Groups Projects
Commit 7870c8d5 authored by Jonas Leder's avatar Jonas Leder
Browse files

Merge branch 'renovate/golang-1.x' into 'master'

Update golang Docker tag to v1.24.2

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