Skip to content

Commit

Permalink
build: update cloudbuild config for building tools to use k8s 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
droot committed Aug 15, 2018
1 parent 5096809 commit 3492ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/cloudbuild_tools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

steps:
- name: "gcr.io/kubebuilder/thirdparty-${_GOOS}:1.10.1"
- name: "gcr.io/kubebuilder/thirdparty-${_GOOS}:1.11.0"
args: ["cp", "/kubebuilder_${_GOOS}_${_GOARCH}.tar.gz", "/workspace/kubebuilder-${TAG_NAME}-${_GOOS}-${_GOARCH}.tar.gz"]
env:
- 'GOOS=${_GOOS}'
Expand Down

0 comments on commit 3492ba5

Please sign in to comment.