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

Update golang Docker tag to v1.24.0

parent a0eb9d11
No related branches found
No related tags found
1 merge request!39Update golang Docker tag to v1.24.0
Pipeline #55844 passed
...@@ -24,7 +24,7 @@ build-application-binary: ...@@ -24,7 +24,7 @@ build-application-binary:
stage: build stage: build
needs: [] needs: []
parallel: !reference [.parallel,parallel] parallel: !reference [.parallel,parallel]
image: golang:1.23.6-bookworm image: golang:1.24.0-bookworm
script: script:
- go build -o rss2gotify-${GOOS}-${GOARCH} ./ - go build -o rss2gotify-${GOOS}-${GOARCH} ./
artifacts: artifacts:
......
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.23.6 AS build FROM --platform=$BUILDPLATFORM golang:1.24.0 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