Skip to content

Commit 49cb75b

Browse files
author
Cedric BAIL
committed
Switch to Go 1.20 and disable cross platform test as fyne-cross is go 1.19 for now
1 parent 63af71c commit 49cb75b

File tree

3 files changed

+2
-68
lines changed

3 files changed

+2
-68
lines changed

.github/workflows/analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
persist-credentials: false
1414
- uses: WillAbides/[email protected]
1515
with:
16-
go-version: '1.19'
16+
go-version: '1.20'
1717

1818
- name: Get dependencies
1919
run: |

.github/workflows/cross.yml

-66
This file was deleted.

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- uses: WillAbides/[email protected]
1818
with:
19-
go-version: '1.19'
19+
go-version: '1.20'
2020

2121
- name: Get dependencies
2222
run: |

0 commit comments

Comments
 (0)