mirror of
https://gitee.com/mirrors_adrian-thurston/yq.git
synced 2026-01-15 07:53:35 +08:00
Attempt to fix git workflow action
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user