From 32a17cb530d77034d460cf73cca2a8cf7adcf332 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5rten=20Svantesson?= Date: Tue, 4 Jun 2024 10:25:09 +0200 Subject: [PATCH] fixe: remove non existing paameter --deadline related to jenkins-x/jx#8670 --- tasks/go-plugin/pullrequest.yaml | 2 +- tasks/go/pullrequest.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/go-plugin/pullrequest.yaml b/tasks/go-plugin/pullrequest.yaml index b7439e748c..ea49c0a3df 100644 --- a/tasks/go-plugin/pullrequest.yaml +++ b/tasks/go-plugin/pullrequest.yaml @@ -45,7 +45,7 @@ spec: resources: {} script: | #!/bin/sh - golangci-lint run --deadline 30m0s + golangci-lint run - image: golang:1.22.3@sha256:f43c6f049f04cbbaeb28f0aad3eea15274a7d0a7899a617d0037aec48d7ab010 name: build-make-test resources: {} diff --git a/tasks/go/pullrequest.yaml b/tasks/go/pullrequest.yaml index 3272d89ef0..fe7ff59398 100644 --- a/tasks/go/pullrequest.yaml +++ b/tasks/go/pullrequest.yaml @@ -46,7 +46,7 @@ spec: resources: {} script: | #!/bin/sh - golangci-lint run --deadline 30m0s + golangci-lint run - image: ghcr.io/jenkins-x/jx-registry:0.1.11 name: check-registry resources: {}