Skip to content
Snippets Groups Projects
Commit 030d669d authored by renovate_bot's avatar renovate_bot Committed by Neil-Jocelyn Schark
Browse files

[renovate] Update golangci/golangci-lint Docker tag to v1.60.1


See merge request !998

Co-authored-by: default avatarNeil Schark <neil.schark@h-da.de>
Co-authored-by: default avatarRenovate Bot <renovate@danet.fbi.h-da.de>
parent 0750d7b3
No related branches found
No related tags found
1 merge request!998[renovate] Update golangci/golangci-lint Docker tag to v1.60.1
Pipeline #222111 passed
code-quality:
image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/golangci/golangci-lint:v1.59.1-alpine
image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/golangci/golangci-lint:v1.60.2-alpine
stage: analyze
script:
# writes golangci-lint output to gl-code-quality-report.json
......
variables:
GOLANG_VERSION: "1.22"
run:
go: $GOLANG_VERSION
go: "1.22"
concurrency: 8
timeout: 20m
issues-exit-code: 1
......@@ -60,7 +58,7 @@ linters:
- bidichk
- durationcheck
- errorlint
- exportloopref
- copyloopvar
- grouper
- makezero
- misspell
......
......@@ -18,7 +18,7 @@ PLUGIN_NAME= bundled_plugin.zip
# Tool Versions
GOTESTSUM_VERSION=v1.8.1
GOLANGCI_LINT_VERSION=v1.59.1
GOLANGCI_LINT_VERSION=v1.60.2
MOCKERY_VERSION=v2.20.0
YGOT_GENERATOR_VERSION=v0.27.0
YGOT_GENERATOR_GENERATOR_VERSION=v0.0.4
......
......@@ -119,7 +119,6 @@ func (p *PndAdapter) RequestAll(ctx context.Context, path string) ([]proto.Messa
reqResult := make([]proto.Message, len(resp.Mne))
g := new(errgroup.Group)
for i, mne := range resp.Mne {
i, mne := i, mne
// TODO: probably the controller should do this; this would result in a
// single request from CLI side.
g.Go(func() error {
......
......@@ -294,7 +294,6 @@ func Test_version_Compare(t *testing.T) {
}
for _, tt := range tests {
tt := tt
t.Run(tt.name, func(t *testing.T) {
t.Parallel()
got := v.Compare(tt.args.inputVersion)
......@@ -385,7 +384,6 @@ func Test_version_compareVersionSegment(t *testing.T) {
}
for _, tt := range tests {
tt := tt
t.Run(tt.name, func(t *testing.T) {
t.Parallel()
got := compareVersionSegment(tt.args.left, tt.args.right)
......@@ -451,7 +449,6 @@ func Test_version_parseVersionString(t *testing.T) {
}
for _, tt := range tests {
tt := tt
t.Run(tt.name, func(t *testing.T) {
t.Parallel()
got, err := parseVersionString(tt.args.input)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment