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

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

Update golang Docker tag to v1.23.5

See merge request !21
parents 45930dda 38d5ca2b
Branches
No related tags found
1 merge request!21Update golang Docker tag to v1.23.5
Pipeline #53857 passed
...@@ -28,7 +28,7 @@ build-application-binary: ...@@ -28,7 +28,7 @@ build-application-binary:
stage: build stage: build
needs: [] needs: []
parallel: !reference [ .parallel, parallel ] parallel: !reference [ .parallel, parallel ]
image: golang:1.23.4 image: golang:1.23.5
script: script:
- CGO_ENABLED=0 go build -ldflags="-s -w" -o vncproxy-${GOOS}-${GOARCH} ./ - CGO_ENABLED=0 go build -ldflags="-s -w" -o vncproxy-${GOOS}-${GOARCH} ./
- "if [ \"${GOOS}\" = \"windows\" ]; then - "if [ \"${GOOS}\" = \"windows\" ]; then
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment