Skip to content

Commit

Permalink
CI: Switch to Go 1.19 for interop tests
Browse files Browse the repository at this point in the history
  • Loading branch information
str4d committed Oct 26, 2022
1 parent 3cccede commit e189c99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/interop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e189c99

Please sign in to comment.