Skip to content

Commit fbf4bdd

Browse files
pants: upgrade Pants to 2.16.0 (#21)
1 parent a01e100 commit fbf4bdd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pants.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
run: |
5858
pants --version
5959
- name: Check BUILD files
60-
run: pants tailor --check update-build-files --check
60+
run: pants tailor --check update-build-files --check '::'
6161
- name: Lint and test
6262
run: |
6363
pants lint test ::

pants.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[GLOBAL]
2-
pants_version = "2.15.0"
2+
pants_version = "2.16.0"
33
backend_packages = [
44
"pants.backend.codegen.protobuf.lint.buf",
55
"pants.backend.codegen.protobuf.python",

0 commit comments

Comments
 (0)