Remove temporary go mod workaround

main
Dan Buch 2 years ago
parent f71d1cb6d2
commit 9f56fe7088
Signed by: meatballhat
GPG Key ID: A12F782281063434

@ -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