From 2eb617c3e9f82088bbd8c91ca3fbd4d509009e53 Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Mon, 23 Oct 2023 14:36:42 +0200 Subject: [PATCH] Bump shfmt to version 3.7.0 --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f30230fd0..0cb949e07 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: