Skip to content

Commit

Permalink
Default go versions to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
imjasonh authored and tekton-robot committed Dec 6, 2019
1 parent 86e603c commit 86dfce7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions golang/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/master/golan

* **package**: base package under test
* **packages**: packages to test (_default:_ ./...)
* **version**: golang version to use for tests (_default:_ 1.12)
* **version**: golang version to use for tests (_default:_ latest)
* **flags**: flags to use for `go test` command (_default:_ -v)
* **GOOS**: operating system target (_default:_ linux)
* **GOARCH**: architecture target (_default:_ amd64)
Expand All @@ -55,7 +55,7 @@ kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/master/golan

* **package**: base package to build in
* **packages**: packages to test (_default:_ ./cmd/...)
* **version**: golang version to use for builds (_default:_ 1.12)
* **version**: golang version to use for builds (_default:_ latest)
* **flags**: flags to use for `go test` command (_default:_ -race -cover -v)
* **GOOS**: operating system target (_default:_ linux)
* **GOARCH**: architecture target (_default:_ amd64)
Expand Down
2 changes: 1 addition & 1 deletion golang/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
default: "./cmd/..."
- name: version
description: golang version to use for builds
default: "1.12"
default: "latest"
- name: flags
description: flags to use for the test command
default: -v
Expand Down
2 changes: 1 addition & 1 deletion golang/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
default: "./..."
- name: version
description: golang version to use for tests
default: "1.12"
default: "latest"
- name: flags
description: flags to use for the test command
default: -race -cover -v
Expand Down

0 comments on commit 86dfce7

Please sign in to comment.