diff options
author | Adin Scannell <ascannell@google.com> | 2020-12-04 15:03:21 -0800 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-12-04 15:05:46 -0800 |
commit | 216abfb6dfa437166627cf7e2d2a66ae95aad07e (patch) | |
tree | e5839efd1fd65dfc5d579adb185fa159813f9879 /Makefile | |
parent | 1371b73b4b31b8c057acfc836f08aa2ce2d1f368 (diff) |
Update containerd tests for 1.4+ to 1.4.3.
PiperOrigin-RevId: 345764404
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -262,7 +262,7 @@ containerd-test-%: load-basic_alpine load-basic_python load-basic_busybox load-b containerd-tests: ## Runs all supported containerd version tests. containerd-tests: containerd-test-1.2.13 containerd-tests: containerd-test-1.3.9 -containerd-tests: containerd-test-1.4.0-beta.0 +containerd-tests: containerd-test-1.4.3 ## ## Benchmarks. |