Skip to content

Commit

Permalink
Bump shfmt to v3 (#452)
Browse files Browse the repository at this point in the history
  • Loading branch information
ferhatelmas authored and k8s-ci-robot committed Jan 2, 2020
1 parent 6634890 commit f92c9d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/run-lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ install_shfmt() {

cd "${shfmt_dir}"
go mod init foo
go get mvdan.cc/sh/cmd/shfmt@v2.6.4
go get mvdan.cc/sh/v3/cmd/shfmt@v3.0.0
cd -
}

Expand Down

0 comments on commit f92c9d7

Please sign in to comment.