Skip to content

Commit

Permalink
Merge pull request #466 from CosmWasm/shfmt-3.7
Browse files Browse the repository at this point in the history
Bump shfmt to version 3.7.0
  • Loading branch information
webmaster128 authored Oct 30, 2023
2 parents afc68f9 + 2eb617c commit 9bc83d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,15 +222,15 @@ jobs:
format-scripts:
docker:
- image: cimg/go:1.19.7
- image: cimg/go:1.21.3
steps:
- run:
name: Install shfmt
command: GO111MODULE=on go install mvdan.cc/sh/v3/cmd/shfmt@v3.4.0
command: GO111MODULE=on go install mvdan.cc/sh/v3/cmd/shfmt@v3.7.0
- checkout
- run:
name: Run shfmt
command: shfmt -d .
command: shfmt --diff .

lint-scripts:
docker:
Expand Down

0 comments on commit 9bc83d8

Please sign in to comment.