update go line

pull/2215/head
Doraken 2023-08-16 18:25:10 +02:00
parent 9591ec0668
commit 2d1f8bbecc
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ jobs:
# - name: Update APT Package Lists
# run: sudo apt-get update
- name: Install shfmt
run: GO111MODULE=on go get mvdan.cc/sh/v3/cmd/shfmt
run: go install mvdan.cc/sh/v3/cmd/shfmt@latest
- name: Install shellcheck
env:
scversion: stable # Or latest, vxx, etc