Skip to content

Commit c0e8f25

Browse files
committed
1 parent 06325f8 commit c0e8f25

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ jobs:
6464
- kind: shfmt
6565
jre: 11
6666
os: ubuntu-latest
67-
shfmt-version: 3.7.0
6867
runs-on: ${{ matrix.os }}
6968
steps:
7069
- name: Checkout
@@ -96,8 +95,7 @@ jobs:
9695
- name: Install shfmt
9796
if: matrix.kind == 'shfmt'
9897
run: |
99-
curl -sSfL "https://github.com/mvdan/sh/releases/download/v${{ matrix.shfmt-version }}/shfmt_v${{ matrix.shfmt-version }}_linux_amd64" -o /usr/local/bin/shfmt
100-
chmod +x /usr/local/bin/shfmt
98+
go install mvdan.cc/sh/v3/cmd/shfmt@latest
10199
102100
- name: Test shfmt
103101
if: matrix.kind == 'shfmt'

0 commit comments

Comments
 (0)