diff --git a/task/golangci-lint/0.1/golangci-lint.yaml b/task/golangci-lint/0.1/golangci-lint.yaml index ff5632b3..e7313dd1 100644 --- a/task/golangci-lint/0.1/golangci-lint.yaml +++ b/task/golangci-lint/0.1/golangci-lint.yaml @@ -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 diff --git a/task/golangci-lint/0.1/tests/run.yaml b/task/golangci-lint/0.1/tests/run.yaml index e33c058c..eef6066d 100644 --- a/task/golangci-lint/0.1/tests/run.yaml +++ b/task/golangci-lint/0.1/tests/run.yaml @@ -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