Skip to content

Commit

Permalink
CI: workaround for golang.org/x/tools error
Browse files Browse the repository at this point in the history
Signed-off-by: Akihiro Suda <[email protected]>
  • Loading branch information
AkihiroSuda committed May 24, 2022
1 parent a14bd76 commit edb9cc4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
if: matrix.go == '1.18.x' && matrix.os == 'ubuntu-latest'
run: test -z $(gofmt -l .)

- name: workaround for "golang.org/x/[email protected]: missing go.sum entry"
run: go mod download golang.org/x/tools

- name: vet
run: go run internal/build/build.go vet

Expand Down

0 comments on commit edb9cc4

Please sign in to comment.