mirror of
https://github.com/tektoncd/catalog.git
synced 2024-11-24 06:15:46 +00:00
Update golangci-lint to latest
Signed-off-by: Chmouel Boudjnah <chmouel@redhat.com>
This commit is contained in:
parent
eeb97337d9
commit
42c4b85788
@ -23,7 +23,7 @@ spec:
|
||||
default: --verbose
|
||||
- name: version
|
||||
description: golangci-lint version to use
|
||||
default: "v1.21.0"
|
||||
default: "v1.39"
|
||||
- name: GOOS
|
||||
description: "running operating system target"
|
||||
default: linux
|
||||
|
@ -15,7 +15,7 @@ spec:
|
||||
workspace: shared-workspace
|
||||
params:
|
||||
- name: url
|
||||
value: https://github.com/tektoncd/pipeline
|
||||
value: https://github.com/tektoncd/catalog
|
||||
- name: subdirectory
|
||||
value: ""
|
||||
- name: deleteExisting
|
||||
@ -30,7 +30,9 @@ spec:
|
||||
workspace: shared-workspace
|
||||
params:
|
||||
- name: package
|
||||
value: github.com/tektoncd/pipeline
|
||||
value: github.com/tektoncd/catalog
|
||||
- name: flags
|
||||
value: --disable-all --enable=errcheck
|
||||
|
||||
---
|
||||
apiVersion: tekton.dev/v1beta1
|
||||
|
Loading…
Reference in New Issue
Block a user