Merge pull request #1418 from urfave/un-workaround

Remove temporary go mod workaround
main
Dan Buch 2 years ago committed by GitHub
commit f1fc873f1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -34,10 +34,6 @@ 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…
Cancel
Save