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

Update golang Docker tag to v1.23.6

parent 1f8c83b6
Branches
Tags
1 merge request!11Update golang Docker tag to v1.23.6
Pipeline #55213 passed
......@@ -24,7 +24,7 @@ build-application-binary:
stage: build
needs: []
parallel: !reference [.parallel,parallel]
image: golang:1.23.5
image: golang:1.23.6
script:
- go build -o gotifyWebhookForwarder-${GOOS}-${GOARCH} ./
artifacts:
......
FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.6.1 AS xx
FROM --platform=$BUILDPLATFORM golang:1.23.5 AS build
FROM --platform=$BUILDPLATFORM golang:1.23.6 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