Skip to content

Commit

Permalink
Merge pull request #1418 from urfave/un-workaround
Browse files Browse the repository at this point in the history
Remove temporary go mod workaround
  • Loading branch information
meatballhat committed Jun 20, 2022
2 parents f71d1cb + 9f56fe7 commit f1fc873
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/cli.yml
Expand Up @@ -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

Expand Down

0 comments on commit f1fc873

Please sign in to comment.