Skip to content
Snippets Groups Projects

Bump golangci-lint in Makefile to version 1.63.4 and fix deprecated output option

Merged Fabian Seidl requested to merge bump-golangci-in-makefile-and-fix-deprecated-option into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -18,7 +18,7 @@ PLUGIN_NAME= bundled_plugin.zip
# Tool Versions
GOTESTSUM_VERSION=v1.8.1
GOLANGCI_LINT_VERSION=v1.63.3
GOLANGCI_LINT_VERSION=v1.63.4
MOCKERY_VERSION=v2.20.0
YGOT_GENERATOR_VERSION=v0.27.0
YGOT_GENERATOR_GENERATOR_VERSION=v0.0.4
Loading