From 4ae9ee76227693e0305869b1ccee06afe580fa5f Mon Sep 17 00:00:00 2001 From: Alexey Tereshenkov <50622389+AlexTereshenkov@users.noreply.github.com> Date: Thu, 20 Jun 2024 23:24:41 +0200 Subject: [PATCH] pants: upgrade Pants to 2.21.0 --- pants.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pants.toml b/pants.toml index 2a8a296..74fe520 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.20.0" +pants_version = "2.21.0" backend_packages = ["pants.backend.experimental.go"] [anonymous-telemetry]