Remove temporary go mod workaround
This commit is contained in:
parent
f71d1cb6d2
commit
9f56fe7088
4
.github/workflows/cli.yml
vendored
4
.github/workflows/cli.yml
vendored
@ -34,10 +34,6 @@ jobs:
|
|||||||
if: matrix.go == '1.18.x' && matrix.os == 'ubuntu-latest'
|
if: matrix.go == '1.18.x' && matrix.os == 'ubuntu-latest'
|
||||||
run: test -z $(gofmt -l .)
|
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
|
- name: vet
|
||||||
run: go run internal/build/build.go vet
|
run: go run internal/build/build.go vet
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user