diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index e09e48bd2e9..b9e06f74151 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -23,7 +23,7 @@ jobs: - name: Install run: | - cd goxls + cd gopls go install -v ./... - name: Test