Skip to content

Commit

Permalink
[CI] add gomodule version
Browse files Browse the repository at this point in the history
  • Loading branch information
cevhyruz committed Feb 3, 2023
1 parent 096b43e commit 321ac67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
run: vint --warning --verbose --enable-neovim src/nvim/**/*.vim

- name: Install shfmt
run: GO111MODULE=on go install mvdan.cc/sh/v3/cmd/shfmt
run: GO111MODULE=on go install mvdan.cc/sh/v3/cmd/shfmt@latest

- name: Install shellcheck
run: brew install shellcheck
Expand Down

0 comments on commit 321ac67

Please # to comment.