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

Merge branch 'renovate/public.ecr.aws-docker-library-golang-1.x' into 'master'

Update public.ecr.aws/docker/library/golang Docker tag to v1.23.5

See merge request !20
parents 560b8393 ff692829
Branches
Tags
1 merge request!20Update public.ecr.aws/docker/library/golang Docker tag to v1.23.5
Pipeline #53778 passed
...@@ -13,7 +13,7 @@ stages: ...@@ -13,7 +13,7 @@ stages:
build-application-binary: build-application-binary:
stage: build stage: build
parallel: !reference [.parallel,parallel] parallel: !reference [.parallel,parallel]
image: public.ecr.aws/docker/library/golang:1.23.4-bookworm image: public.ecr.aws/docker/library/golang:1.23.5-bookworm
script: script:
- go build -o cloudinit-${GOOS}-${GOARCH}.exe -ldflags="-w -s" ./ - go build -o cloudinit-${GOOS}-${GOARCH}.exe -ldflags="-w -s" ./
artifacts: artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment