mirror of
https://github.com/mikefarah/yq.git
synced 2024-11-12 05:38:04 +00:00
Attempt to fix git workflow action
This commit is contained in:
parent
8f166a9848
commit
f68b24323e
6
.github/workflows/go.yml
vendored
6
.github/workflows/go.yml
vendored
@ -24,9 +24,7 @@ jobs:
|
||||
dep ensure
|
||||
fi
|
||||
|
||||
- name: Download golangci-lint
|
||||
run: wget -O- -nv https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.24.0
|
||||
- name: Download goimports
|
||||
run: go get golang.org/x/tools/cmd/goimports
|
||||
- name: Download deps
|
||||
run: scripts/devtools.sh
|
||||
- name: Build
|
||||
run: make local build
|
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
set -ex
|
||||
go get golang.org/x/tools/cmd/goimports
|
||||
wget -O- -nv https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.24.0
|
||||
go get golang.org/x/tools/cmd/goimports
|
Loading…
Reference in New Issue
Block a user