Skip to content
Merged
2 changes: 1 addition & 1 deletion .github/workflows/validate_examples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
dapr --version
- name: Set up Go ${{ env.GOVER }}
if: env.DAPR_REF != '' || env.DAPR_CLI_REF != ''
uses: actions/setup-go@v5
uses: actions/setup-go@v6
with:
go-version: ${{ env.GOVER }}
- name: Set up Llama
Expand Down
Loading