Skip to content
Snippets Groups Projects
Commit 82c4df36 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.4

See merge request !19
parents 7e8bb7d4 8c4778f3
Branches
No related tags found
1 merge request!19Update golang Docker tag to v1.24.4
Pipeline #66606 passed
......@@ -24,7 +24,7 @@ build-application-binary:
stage: build
needs: []
parallel: !reference [.parallel,parallel]
image: golang:1.24.3
image: golang:1.24.4
script:
- go build -o gotifyWebhookForwarder-${GOOS}-${GOARCH} ./
artifacts:
......
FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.6.1 AS xx
FROM --platform=$BUILDPLATFORM golang:1.24.3 AS build
FROM --platform=$BUILDPLATFORM golang:1.24.4 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