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
8781d9c56978
Commit
8781d9c56978
authored
2 years ago
by
Florent Aide
Browse files
Options
Downloads
Patches
Plain Diff
use latest go 1.20.2 for vulncheck purposes
parent
cc463e984158
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#51857
passed
2 years ago
Changes
4
Pipelines
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitlab-ci.yml
+4
-4
4 additions, 4 deletions
.gitlab-ci.yml
HISTORY.rst
+3
-0
3 additions, 0 deletions
HISTORY.rst
Taskfile.yml
+1
-1
1 addition, 1 deletion
Taskfile.yml
go.sum
+0
-448
0 additions, 448 deletions
go.sum
with
8 additions
and
453 deletions
.gitlab-ci.yml
+
4
−
4
View file @
8781d9c5
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
unit_tests
:
unit_tests
:
stage
:
test
stage
:
test
image
:
quay.orus.io/c
c
/golang:1.
19.3
image
:
quay.orus.io/c
loudcrane
/golang:1.
20.2-bullseye
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/c
c
/golang:1.
19.3
image
:
quay.orus.io/c
loudcrane
/golang:1.
20.2-bullseye
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/c
c
/golang:1.
19.3
image
:
quay.orus.io/c
loudcrane
/golang:1.
20.2-bullseye
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/c
c
/golang:1.
19.3
image
:
quay.orus.io/c
loudcrane
/golang:1.
20.2-bullseye
artifacts
:
artifacts
:
paths
:
paths
:
-
build
-
build
...
...
This diff is collapsed.
Click to expand it.
HISTORY.rst
+
3
−
0
View file @
8781d9c5
...
@@ -2,6 +2,9 @@
...
@@ -2,6 +2,9 @@
HISTORY
HISTORY
*******
*******
- upgraded to quay.orus.io/cloudcrane/golang:1.20.2-bullseye
- upgraded golangci-lint to 1.51.2
3.1.8 (2022-12-06)
3.1.8 (2022-12-06)
==================
==================
...
...
This diff is collapsed.
Click to expand it.
Taskfile.yml
+
1
−
1
View file @
8781d9c5
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
vars
:
vars
:
EXE
:
beaver{{exeExt}}
EXE
:
beaver{{exeExt}}
OUTPUT
:
"
build/{{.EXE}}"
OUTPUT
:
"
build/{{.EXE}}"
GOLANGCI_LINT_VERSION
:
v1.
49.0
GOLANGCI_LINT_VERSION
:
v1.
51.2
GOLANGCI_LINT_BASE
:
tools/bin/golangci-lint
GOLANGCI_LINT_BASE
:
tools/bin/golangci-lint
GOLANGCI_LINT_BIN
:
"
{{.GOLANGCI_LINT_BASE}}-{{.GOLANGCI_LINT_VERSION}}"
GOLANGCI_LINT_BIN
:
"
{{.GOLANGCI_LINT_BASE}}-{{.GOLANGCI_LINT_VERSION}}"
GOLANGCI_LINT_ARGS
:
GOLANGCI_LINT_ARGS
:
...
...
This diff is collapsed.
Click to expand it.
go.sum
+
0
−
448
View file @
8781d9c5
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