Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
signer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
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
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
signer
Commits
35f4c77c
Commit
35f4c77c
authored
1 year ago
by
Lyuben Penkovski
Browse files
Options
Downloads
Patches
Plain Diff
Update Go version to 1.21.4
parent
5cc6fb2c
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
.gitlab-ci.yml.old
+0
-25
0 additions, 25 deletions
.gitlab-ci.yml.old
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
29 deletions
.gitlab-ci.yml
+
2
−
2
View file @
35f4c77c
...
...
@@ -14,7 +14,7 @@ linters:
-
golangci-lint run
unit tests
:
image
:
golang:1.21.
3
image
:
golang:1.21.
4
stage
:
test
script
:
-
go version
...
...
@@ -23,7 +23,7 @@ unit tests:
coverage
:
'
/total:\s+\(statements\)\s+(\d+.\d+\%)/'
govulncheck
:
image
:
golang:1.21.
3
image
:
golang:1.21.
4
stage
:
test
script
:
-
go version
...
...
This diff is collapsed.
Click to expand it.
.gitlab-ci.yml.old
deleted
100644 → 0
+
0
−
25
View file @
5cc6fb2c
stages:
- test
before_script:
- ln -s /builds /go/src/code.vereign.com
- cd /go/src/code.vereign.com/${CI_PROJECT_PATH}
lint:
image: golangci/golangci-lint:v1.46.2
stage: test
tags:
- amd64-docker
script:
- golangci-lint --version
- golangci-lint run
unit tests:
image: golang:1.17.10
stage: test
tags:
- amd64-docker
script:
- go version
- go test -race ./... -coverprofile=coverage.out
- go tool cover -func=coverage.out
This diff is collapsed.
Click to expand it.
deployment/ci/Dockerfile
+
1
−
1
View file @
35f4c77c
FROM
golang:1.21.
3
-alpine3.17
as
builder
FROM
golang:1.21.
4
-alpine3.17
as
builder
RUN
apk add git
...
...
This diff is collapsed.
Click to expand it.
deployment/compose/Dockerfile
+
1
−
1
View file @
35f4c77c
FROM
golang:1.21.
3
FROM
golang:1.21.
4
RUN
go
install
github.com/ysmood/kit/cmd/guard@v0.25.11
...
...
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