mirror of
https://github.com/mikefarah/yq.git
synced 2024-12-19 20:19:04 +00:00
attempt to fix pipeline
This commit is contained in:
parent
ec43f5e7c3
commit
5972bb2f23
3
.github/workflows/go.yml
vendored
3
.github/workflows/go.yml
vendored
@ -28,7 +28,4 @@ jobs:
|
||||
run: |
|
||||
export PATH=${PATH}:`go env GOPATH`/bin
|
||||
scripts/devtools.sh
|
||||
- name: Build
|
||||
run: |
|
||||
export PATH=${PATH}:`go env GOPATH`/bin
|
||||
make local build
|
@ -2,3 +2,4 @@
|
||||
|
||||
find . \( -path ./vendor \) -prune -o -name "*.go" -exec goimports -w {} \;
|
||||
go mod tidy
|
||||
go mod vendor
|
Loading…
Reference in New Issue
Block a user