mirror of
https://github.com/str4d/rage.git
synced 2025-04-05 03:47:46 +03:00
CI: Switch to Go 1.19 for interop tests
This commit is contained in:
parent
3cccede980
commit
e189c9957a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/interop.yml
vendored
4
.github/workflows/interop.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue