Skip to content

Commit 135fa36

Browse files
authored
Merge pull request #596 from str4d/ci-fix-interop
CI: Switch to Go 1.24 for interop tests
2 parents 75731ce + bf4959c commit 135fa36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/interop.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ jobs:
4848
-H 'Authorization: token ${{ secrets.AGE_STATUS_ACCESS_TOKEN }}' \
4949
--data '{"state": "pending", "target_url": "https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}", "description": "In progress", "context": "Interoperability tests / Build age"}'
5050
51-
- name: Set up Go 1.19
51+
- name: Set up Go 1.24
5252
uses: actions/setup-go@v5
5353
with:
54-
go-version: 1.19
54+
go-version: 1.24
5555
id: go
5656

5757
- name: Use specified FiloSottile/age commit

0 commit comments

Comments
 (0)