Merge 2bfa277cfa into e38696a0ac
commit
7b28603564
|
|
@ -44,7 +44,7 @@ jobs:
|
||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v2
|
uses: actions/setup-go@v2
|
||||||
with:
|
with:
|
||||||
go-version: 1.17
|
go-version: 1.21.0
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
|
|
@ -52,7 +52,7 @@ jobs:
|
||||||
# - name: Update APT Package Lists
|
# - name: Update APT Package Lists
|
||||||
# run: sudo apt-get update
|
# run: sudo apt-get update
|
||||||
- name: Install shfmt
|
- 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
|
- name: Install shellcheck
|
||||||
env:
|
env:
|
||||||
scversion: stable # Or latest, vxx, etc
|
scversion: stable # Or latest, vxx, etc
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue