Skip to content

Commit 89185b5

Browse files
committed
Update config-file-validator
1 parent ca1b0f1 commit 89185b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ setup-dev:
3131
just --justfile frontend/justfile setup-dev
3232
GOBIN=~/.local/bin go install github.com/rhysd/actionlint/cmd/actionlint@v1.7
3333
# dasel is a good alternative available in deb repositories but does not support ini
34-
GOBIN=~/.local/bin go install github.com/Boeing/config-file-validator/cmd/validator@v1.8.0
34+
GOBIN=~/.local/bin go install github.com/Boeing/config-file-validator/cmd/validator@v1.8.1
3535

3636
format:
3737
find . -type f -name 'justfile' -exec just --fmt --unstable --justfile {} ';'

0 commit comments

Comments
 (0)