Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
beaver
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
orus-io
beaver
Commits
a111f25423c7
Commit
a111f25423c7
authored
2 years ago
by
Florent Aide
Browse files
Options
Downloads
Patches
Plain Diff
bump go to 1.19.3 to avoid:
https://pkg.go.dev/vuln/GO-2022-1095
parent
7627b1727d56
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#43942
failed
2 years ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-4
4 additions, 4 deletions
.gitlab-ci.yml
with
4 additions
and
4 deletions
.gitlab-ci.yml
+
4
−
4
View file @
a111f254
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
unit_tests
:
unit_tests
:
stage
:
test
stage
:
test
image
:
quay.orus.io/cc/golang:1.19.
2
image
:
quay.orus.io/cc/golang:1.19.
3
variables
:
variables
:
YTT_VERSION
:
v0.41.1
YTT_VERSION
:
v0.41.1
YTT_SHA256
:
65dbc4f3a4a2ed84296dd1b323e8e7bd77e488fa7540d12dd36cf7fb2fc77c03
YTT_SHA256
:
65dbc4f3a4a2ed84296dd1b323e8e7bd77e488fa7540d12dd36cf7fb2fc77c03
...
@@ -43,7 +43,7 @@
...
@@ -43,7 +43,7 @@
lint
:
lint
:
stage
:
lint
stage
:
lint
image
:
quay.orus.io/cc/golang:1.19.
2
image
:
quay.orus.io/cc/golang:1.19.
3
cache
:
cache
:
key
:
tooling
key
:
tooling
paths
:
paths
:
...
@@ -56,7 +56,7 @@
...
@@ -56,7 +56,7 @@
vulncheck
:
vulncheck
:
stage
:
vulncheck
stage
:
vulncheck
image
:
quay.orus.io/cc/golang:1.19.
2
image
:
quay.orus.io/cc/golang:1.19.
3
cache
:
cache
:
key
:
tooling
key
:
tooling
paths
:
paths
:
...
@@ -69,7 +69,7 @@
...
@@ -69,7 +69,7 @@
build
:
build
:
stage
:
build
stage
:
build
image
:
quay.orus.io/cc/golang:1.19.
2
image
:
quay.orus.io/cc/golang:1.19.
3
artifacts
:
artifacts
:
paths
:
paths
:
-
build
-
build
...
...
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