From 33ae83d4e6c361350c91238c467c3e6e53ecfecc Mon Sep 17 00:00:00 2001 From: Michael Grosser Date: Wed, 3 Apr 2024 09:52:50 -0500 Subject: [PATCH] Update .github/workflows/ci.yml Co-authored-by: Lan --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9ae41e6437fe..38f735911e5a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: - name: install Go uses: actions/setup-go@v5 with: - go-version-file: .go-version + go-version-file: ${{ env.GOPATH }}/src/github.com/karmada-io/karmada/.go-version - name: Install Protoc uses: arduino/setup-protoc@v1 with: