Skip to content

Commit

Permalink
Update .github/workflows/ci.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Lan <[email protected]>
Signed-off-by: Michael Grosser <[email protected]>
  • Loading branch information
grosser and liangyuanpeng committed Apr 3, 2024
1 parent e20e21a commit 1c56718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1c56718

Please sign in to comment.