Skip to content
Snippets Groups Projects
Commit e6898caf authored by Katharina Renk's avatar Katharina Renk
Browse files

updated golangci version in remaining files

parent def960b1
No related branches found
No related tags found
1 merge request!735Update go 1.22
Pipeline #183388 passed
This commit is part of merge request !735. Comments created here will be created in the context of that merge request.
...@@ -18,7 +18,7 @@ PLUGIN_NAME= bundled_plugin.zip ...@@ -18,7 +18,7 @@ PLUGIN_NAME= bundled_plugin.zip
# Tool Versions # Tool Versions
GOTESTSUM_VERSION=v1.8.1 GOTESTSUM_VERSION=v1.8.1
GOLANGCI_LINT_VERSION=v1.55.0 GOLANGCI_LINT_VERSION=v1.56.0
MOCKERY_VERSION=v2.20.0 MOCKERY_VERSION=v2.20.0
YGOT_GENERATOR_VERSION=v0.27.0 YGOT_GENERATOR_VERSION=v0.27.0
YGOT_GENERATOR_GENERATOR_VERSION=v0.0.4 YGOT_GENERATOR_GENERATOR_VERSION=v0.0.4
......
code-quality: code-quality:
image: golangci/golangci-lint:v1.51.2-alpine image: golangci/golangci-lint:v1.56.0-alpine
stage: test stage: test
rules: rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event" - if: $CI_PIPELINE_SOURCE == "merge_request_event"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment