diff --git a/_service b/_service
index afc6ca6..8dd844d 100644
--- a/_service
+++ b/_service
@@ -4,8 +4,9 @@
https://github.com/kubernetes-sigs/cri-tools.git
git
cri-tools
-1.18.0
-v1.18.0
+1.20.0
+v1.20.0
+enable
diff --git a/cri-tools-1.18.0.tar.xz b/cri-tools-1.18.0.tar.xz
deleted file mode 100644
index 2267dba..0000000
--- a/cri-tools-1.18.0.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:53b8cf93bda94b00104f74336cb2614af7efd05467f084aaef164ea21f02e383
-size 2423500
diff --git a/cri-tools-1.20.0.tar.xz b/cri-tools-1.20.0.tar.xz
new file mode 100644
index 0000000..87cced8
--- /dev/null
+++ b/cri-tools-1.20.0.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:4680d93665412326fa45ebea1a9ebb72064f6c1710547de27323d56fdad8d5bb
+size 3065744
diff --git a/cri-tools.changes b/cri-tools.changes
index 59976ec..6c7e35e 100644
--- a/cri-tools.changes
+++ b/cri-tools.changes
@@ -1,3 +1,17 @@
+-------------------------------------------------------------------
+Fri Jan 08 12:24:37 UTC 2021 - rbrown@suse.com
+
+- Update to version 1.20.0:
+ * fix a bug in closure function
+ * Trigger prow job
+ * Update Kubernetes to v1.20.0
+ * Dockershim critest on Windows
+ * Fix CRI Test with Windows containerd runtime
+ * Add comment to cloud build manifest file
+ * Add clarity to docs about default runtimes
+ * Add staging build for test user images
+ * version 1.17.0 -> 1.19.0 in crictl.md
+
-------------------------------------------------------------------
Wed Apr 1 08:03:55 UTC 2020 - Sascha Grunert
diff --git a/cri-tools.spec b/cri-tools.spec
index eb40ba5..738a15a 100644
--- a/cri-tools.spec
+++ b/cri-tools.spec
@@ -20,7 +20,7 @@
%define name_source1 crictl.yaml
Name: cri-tools
-Version: 1.18.0
+Version: 1.20.0
Release: 0
Summary: CLI and validation tools for Kubelet Container Runtime Interface
License: Apache-2.0
@@ -31,7 +31,7 @@ Source1: %{name_source1}
Source2: rpmlintrc
BuildRequires: go-go-md2man
BuildRequires: golang-packaging
-BuildRequires: golang(API) >= 1.14
+BuildRequires: golang(API) >= 1.15
# disable stripping of binaries
%{go_nostrip}