Skip to content

Commit

Permalink
Use latest Go 1.19
Browse files Browse the repository at this point in the history
Signed-off-by: Terence Parr <[email protected]>
  • Loading branch information
parrt committed Aug 13, 2022
1 parent 66f5128 commit 7e4613f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hosted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,11 +229,11 @@ jobs:
with:
sdk: 2.12.1

- name: Setup Go 1.13.1
- name: Setup Go 1.19
if: matrix.target == 'go'
uses: actions/setup-go@v3
with:
go-version: '^1.13.1'
go-version: '^1.19'

- name: Setup PHP 8.2
if: matrix.target == 'php'
Expand Down

0 comments on commit 7e4613f

Please sign in to comment.