From 953542a43ade2fe8a980c770d14446b9cee4f731 Mon Sep 17 00:00:00 2001 From: Kaushik-Iyer <84177184+Kaushik-Iyer@users.noreply.github.com> Date: Fri, 19 Apr 2024 03:39:31 +0530 Subject: [PATCH] Upgrade to Pants 2.20.0 (#15) --- pants.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pants.toml b/pants.toml index 7e7ad72..2a8a296 100644 --- a/pants.toml +++ b/pants.toml @@ -2,7 +2,7 @@ # Licensed under the Apache License, Version 2.0 (see LICENSE). [GLOBAL] -pants_version = "2.18.0" +pants_version = "2.20.0" backend_packages = ["pants.backend.experimental.go"] [anonymous-telemetry]