Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
infohub
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
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
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gaia-X
Trust Services API
infohub
Commits
2da57c61
Commit
2da57c61
authored
1 year ago
by
Becker, Christoph
Browse files
Options
Downloads
Patches
Plain Diff
Update go version to 1.20.5
parent
21b4bfed
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
deployment/ci/Dockerfile
+1
-1
1 addition, 1 deletion
deployment/ci/Dockerfile
deployment/compose/Dockerfile
+1
-1
1 addition, 1 deletion
deployment/compose/Dockerfile
with
4 additions
and
4 deletions
.gitlab-ci.yml
+
2
−
2
View file @
2da57c61
...
...
@@ -28,7 +28,7 @@ lint:
-
cd /go/src/gitlab.com/${CI_PROJECT_PATH}
unit tests
:
image
:
golang:1.
19.4
image
:
golang:1.
20.5
extends
:
.gotest
stage
:
test
tags
:
...
...
@@ -37,7 +37,7 @@ unit tests:
coverage
:
'
/total:\s+\(statements\)\s+(\d+.\d+\%)/'
govulncheck
:
image
:
golang:1.
19.4
image
:
golang:1.
20.5
stage
:
test
tags
:
-
amd64-docker
...
...
This diff is collapsed.
Click to expand it.
deployment/ci/Dockerfile
+
1
−
1
View file @
2da57c61
FROM
golang:1.
19.4
-alpine3.17
as
builder
FROM
golang:1.
20.5
-alpine3.17
as
builder
RUN
apk add git
...
...
This diff is collapsed.
Click to expand it.
deployment/compose/Dockerfile
+
1
−
1
View file @
2da57c61
FROM
golang:1.
19.4
FROM
golang:1.
20.5
ENV
GO111MODULE=on
...
...
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