From bfb1ff46a1ddce3ca5e700366a41e32e4fd4ac88 Mon Sep 17 00:00:00 2001 From: xushiwei Date: Tue, 10 Oct 2023 21:02:27 +0800 Subject: [PATCH] x --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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