CI: workaround for golang.org/x/tools error
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
parent
a14bd76b6b
commit
3e31c9b44c
4
.github/workflows/cli.yml
vendored
4
.github/workflows/cli.yml
vendored
@ -34,6 +34,10 @@ jobs:
|
||||
if: matrix.go == '1.18.x' && matrix.os == 'ubuntu-latest'
|
||||
run: test -z $(gofmt -l .)
|
||||
|
||||
# https://github.com/urfave/cli/pull/1405#issuecomment-1135458582
|
||||
- name: workaround for golang.org/x/tools error
|
||||
run: go mod download golang.org/x/tools
|
||||
|
||||
- name: vet
|
||||
run: go run internal/build/build.go vet
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user