We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fff3699 + 44cd912 commit 95bf37fCopy full SHA for 95bf37f
.github/workflows/ci.yml
@@ -49,9 +49,9 @@ jobs:
49
with:
50
go-version-file: ${{ env.GOPATH }}/src/github.com/karmada-io/karmada/go.mod
51
- name: Install Protoc
52
- uses: arduino/setup-protoc@v1
+ uses: arduino/setup-protoc@v3
53
54
- version: '3.x'
+ version: '23.4'
55
# Use the automatic token, so that this task can be run in the forked repo.
56
# https://docs.github.com/en/actions/security-guides/automatic-token-authentication
57
repo-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments