This is an automated email from the ASF dual-hosted git repository. pcongiusti pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git
from 8f5825612 chore: nightly SBOM update new 20f5c5680 feat(build): Upgrade to Golang 1.20 new 4989182c7 chore(ci): Upgrade golang-ci lint version new 0ca19e54e chore(ci): Fix golang-ci lint errors The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .github/actions/kamel-prepare-env/action.yml | 2 +- .github/workflows/coverage.yml | 2 +- .github/workflows/nightly-automatic-updates.yml | 2 +- .github/workflows/nightly-release.yml | 2 +- .github/workflows/validate.yml | 4 ++-- .golangci.yml | 4 ++++ .../strimzi/duck/client/internalclientset/fake/register.go | 14 +++++++------- .../duck/client/internalclientset/scheme/register.go | 14 +++++++------- addons/tracing/tracing.go | 1 - addons/vault/aws/aws_secrets_manager.go | 1 - build/Dockerfile | 2 +- cmd/kamel/main.go | 4 ---- cmd/util/vfs-gen/main.go | 2 -- e2e/common/traits/pod_test.go | 4 ++-- e2e/common/traits/route_test.go | 4 ++-- e2e/commonwithcustominstall/maven_http_proxy_test.go | 4 ++-- e2e/install/cli/maven_ca_secret_test.go | 4 ++-- go.mod | 2 +- pkg/apis/camel/go.mod | 2 +- pkg/base/root.go | 2 +- pkg/client/camel/clientset/versioned/fake/register.go | 14 +++++++------- pkg/client/camel/clientset/versioned/scheme/register.go | 14 +++++++------- pkg/client/camel/go.mod | 2 +- pkg/cmd/builder/builder.go | 3 --- pkg/cmd/completion_bash.go | 1 + pkg/cmd/describe_integration.go | 1 + pkg/cmd/describe_kamelet.go | 1 + pkg/cmd/operator/operator.go | 2 -- pkg/cmd/source/content.go | 2 +- pkg/cmd/uninstall.go | 2 +- pkg/controller/build/build_controller.go | 8 ++++---- pkg/controller/catalog/initialize.go | 4 ++-- pkg/controller/integration/build_kit.go | 4 ++-- pkg/kamelet/repository/go.mod | 2 +- pkg/metadata/metadata_dependencies_test.go | 1 + pkg/resources/resources_support.go | 1 - pkg/trait/jvm.go | 2 +- pkg/util/maven/maven_command.go | 3 +-- pkg/util/maven/maven_types.go | 2 +- pkg/util/s2i/build.go | 4 ++-- pkg/util/util.go | 5 +++++ 41 files changed, 76 insertions(+), 78 deletions(-)