diff --git a/.github/workflows/interop.yml b/.github/workflows/interop.yml index 24b6e81a..e1474920 100644 --- a/.github/workflows/interop.yml +++ b/.github/workflows/interop.yml @@ -48,10 +48,10 @@ jobs: -H 'Authorization: token ${{ secrets.AGE_STATUS_ACCESS_TOKEN }}' \ --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 + - name: Set up Go 1.24 uses: actions/setup-go@v5 with: - go-version: 1.19 + go-version: 1.24 id: go - name: Use specified FiloSottile/age commit