Skip to content

Commit

Permalink
pants: upgrade Pants to 2.16.0 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexTereshenkov committed Jun 16, 2023
1 parent 673ab9e commit e2a7793
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pants.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Bootstrap Pants
run: pants --version
- name: Check Pants config files
run: pants tailor --check update-build-files --check
run: pants tailor --check update-build-files --check '::'
- name: Lint and compile
run: pants lint check '::'
- name: Test
Expand Down
2 changes: 1 addition & 1 deletion pants.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Licensed under the Apache License, Version 2.0 (see LICENSE).

[GLOBAL]
pants_version = "2.15.0"
pants_version = "2.16.0"
backend_packages = ["pants.backend.experimental.go"]

[anonymous-telemetry]
Expand Down

0 comments on commit e2a7793

Please sign in to comment.