diff --git a/.github/workflows/interop.yml b/.github/workflows/interop.yml index 745c323a..b3eedfc9 100644 --- a/.github/workflows/interop.yml +++ b/.github/workflows/interop.yml @@ -47,7 +47,7 @@ jobs: --data '{"state": "pending", "target_url": "https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}", "description": "In progress", "context": "Interoperability tests / Build age"}' - name: Set up Go 1.19 - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version: 1.19 id: go