diff --git a/Makefile b/Makefile index 752726edb..24f1f44d0 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ M = $(shell printf "\033[34;1m🐱\033[0m") TIMEOUT_UNIT = 5m TIMEOUT_E2E = 20m -GOLANGCI_VERSION = v1.54.2 +GOLANGCI_VERSION = v1.55.2 YAML_FILES := $(shell find . -type f -regex ".*y[a]ml" -print) diff --git a/tekton/release-pipeline.yml b/tekton/release-pipeline.yml index a52de441e..20f3a57c8 100644 --- a/tekton/release-pipeline.yml +++ b/tekton/release-pipeline.yml @@ -54,7 +54,7 @@ spec: - name: flags value: "-v --timeout 20m" - name: version - value: v1.54.2 + value: v1.55.2 workspaces: - name: source workspace: shared-workspace