Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
goSDN
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor 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
danet
goSDN
Commits
ee9ec834
Commit
ee9ec834
authored
3 years ago
by
Andre Sterba
Committed by
Malte Bauch
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Bump container to Go version 1.17 and restore linter changes
parent
bdf3915c
Branches
Branches containing commit
Tags
v2.31.1
Tags containing commit
6 merge requests
!246
Develop
,
!245
Develop into Master
,
!244
Master into develop2 into master
,
!228
Merge develop into stmakurz_http_server
,
!220
Bump container to Go version 1.17 and restore linter changes
,
!138
Develop
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
.gitlab/ci/.code-quality-ci.yml
+1
-2
1 addition, 2 deletions
.gitlab/ci/.code-quality-ci.yml
.gitlab/ci/.golangci-config/.golangci.yml
+5
-1
5 additions, 1 deletion
.gitlab/ci/.golangci-config/.golangci.yml
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
with
8 additions
and
5 deletions
.gitlab-ci.yml
+
1
−
1
View file @
ee9ec834
...
...
@@ -2,7 +2,7 @@ variables:
GOSDN_IMAGE
:
"
${CI_REGISTRY_IMAGE}:${CI_COMMIT_SHA}"
GOSDN_TESTING_IMAGE
:
"
${CI_REGISTRY_IMAGE}:testing_${CI_COMMIT_SHA}"
CEOS_IMAGE
:
"
$CI_REGISTRY_IMAGE/ceos:latest"
GOLANG_VERSION
:
"
1.1
6
"
GOLANG_VERSION
:
"
1.1
7
"
stages
:
-
build
...
...
This diff is collapsed.
Click to expand it.
.gitlab/ci/.code-quality-ci.yml
+
1
−
2
View file @
ee9ec834
code-quality
:
image
:
${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/golangci/golangci-lint:
latest
-alpine
image
:
${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/golangci/golangci-lint:
v1.42
-alpine
stage
:
analyze
script
:
# writes golangci-lint output to gl-code-quality-report.json
...
...
@@ -10,4 +10,3 @@ code-quality:
paths
:
-
gl-code-quality-report.json
needs
:
[]
\ No newline at end of file
This diff is collapsed.
Click to expand it.
.gitlab/ci/.golangci-config/.golangci.yml
+
5
−
1
View file @
ee9ec834
...
...
@@ -27,9 +27,13 @@ linters:
enable
:
-
gofmt
-
goimports
-
revive
-
gocyclo
-
govet
-
unused
-
staticcheck
-
typecheck
-
revive
-
whitespace
issues
:
exclude-use-default
:
false
max-issues-per-linter
:
0
...
...
This diff is collapsed.
Click to expand it.
Dockerfile
+
1
−
1
View file @
ee9ec834
ARG
GOLANG_VERSION=1.1
6
ARG
GOLANG_VERSION=1.1
7
ARG
BUILDARGS
ARG
$GITLAB_PROXY
...
...
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