Skip to content

Commit 2eb617c

Browse files
committed
Bump shfmt to version 3.7.0
1 parent afc68f9 commit 2eb617c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -222,15 +222,15 @@ jobs:
222222
223223
format-scripts:
224224
docker:
225-
- image: cimg/go:1.19.7
225+
- image: cimg/go:1.21.3
226226
steps:
227227
- run:
228228
name: Install shfmt
229-
command: GO111MODULE=on go install mvdan.cc/sh/v3/cmd/shfmt@v3.4.0
229+
command: GO111MODULE=on go install mvdan.cc/sh/v3/cmd/shfmt@v3.7.0
230230
- checkout
231231
- run:
232232
name: Run shfmt
233-
command: shfmt -d .
233+
command: shfmt --diff .
234234

235235
lint-scripts:
236236
docker:

0 commit comments

Comments
 (0)