diff --git a/.github/workflows/interop.yml b/.github/workflows/interop.yml index 68a7f79..ca8f677 100644 --- a/.github/workflows/interop.yml +++ b/.github/workflows/interop.yml @@ -50,10 +50,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.17 + - name: Set up Go 1.19 uses: actions/setup-go@v3 with: - go-version: 1.17 + go-version: 1.19 id: go - name: Use specified FiloSottile/age commit