Skip to content

Commit f1fc873

Browse files
authored
Merge pull request #1418 from urfave/un-workaround
Remove temporary go mod workaround
2 parents f71d1cb + 9f56fe7 commit f1fc873

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/cli.yml

-4
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@ jobs:
3434
if: matrix.go == '1.18.x' && matrix.os == 'ubuntu-latest'
3535
run: test -z $(gofmt -l .)
3636

37-
# https://github.com/urfave/cli/pull/1405#issuecomment-1135458582
38-
- name: workaround for golang.org/x/tools error
39-
run: go mod download golang.org/x/tools
40-
4137
- name: vet
4238
run: go run internal/build/build.go vet
4339

0 commit comments

Comments
 (0)