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: {}