5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-02 19:50:15 +08:00

Update to Go 1.20+1.21

This commit is contained in:
Lea Anthony 2023-12-10 07:34:49 +11:00
parent 5d9fe49cf9
commit e9cc68fe3a

View File

@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest, macos-11]
go-version: [1.18, 1.19]
go-version: [1.20, 1.21]
steps:
- name: Checkout code