CI: Switch to Go 1.19 for interop tests

This commit is contained in:
Jack Grigg 2022-10-26 06:27:57 +00:00
parent 3cccede980
commit e189c9957a

View file

@ -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