Skip to content

Commit 3492ba5

Browse files
committed
build: update cloudbuild config for building tools to use k8s 1.11
1 parent 5096809 commit 3492ba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/cloudbuild_tools.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

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

0 commit comments

Comments
 (0)