Skip to content

Commit

Permalink
golang: fix lint task GOOS and GOARCH default value
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Demeester <[email protected]>
  • Loading branch information
vdemeester authored and tekton-robot committed Jun 14, 2019
1 parent 91b96c3 commit fb943f5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions golang/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ spec:
default: golangci-lint version to use
default: "v1.16"
- name: GOOS
description: "operating system target (default: node operating system)"
default:
description: "running operating system target"
default: linux
- name: GOARCH
description: "architecture target (default: node architecture)"
default:
description: "running architecture target"
default: amd64
resources:
- name: source
type: git
Expand Down

0 comments on commit fb943f5

Please sign in to comment.