Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
E
ems-esp-logger
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jonas Leder
ems-esp-logger
Commits
e72a4c45
Commit
e72a4c45
authored
4 weeks ago
by
Jonas Leder
Browse files
Options
Downloads
Plain Diff
Merge branch 'renovate/golang-1.x' into 'master'
Update golang Docker tag to v1.24.0 See merge request
!5
parents
3261dd68
ba9f1d84
No related branches found
Branches containing commit
No related tags found
1 merge request
!5
Update golang Docker tag to v1.24.0
Pipeline
#55904
passed
4 weeks ago
Stage: build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
with
2 additions
and
2 deletions
.gitlab-ci.yml
+
1
−
1
View file @
e72a4c45
...
...
@@ -22,7 +22,7 @@ build-application-binary:
stage
:
build
needs
:
[]
parallel
:
!reference
[
.parallel
,
parallel
]
image
:
golang:1.2
3.6
image
:
golang:1.2
4.0
script
:
-
CGO_ENABLED=0 go build -ldflags="-s -w" -o ems-esp-logger-${GOOS}-${GOARCH} ./
-
"
if
[
\"
${GOOS}
\"
=
\"
windows
\"
];
then
...
...
This diff is collapsed.
Click to expand it.
Dockerfile
+
1
−
1
View file @
e72a4c45
FROM
--platform=$BUILDPLATFORM tonistiigi/xx:1.6.1
AS
xx
FROM
--platform=$BUILDPLATFORM golang:1.2
3.6
AS
build
FROM
--platform=$BUILDPLATFORM golang:1.2
4.0
AS
build
ARG
TARGETPLATFORM
COPY
--from=xx / /
WORKDIR
/app
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment