5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-02 20:39:34 +08:00

Update pipeline to use Go 1.23

This commit is contained in:
Lea Anthony 2025-01-16 20:26:24 +11:00
parent 0e02b07ba3
commit 7387e62a95
No known key found for this signature in database
GPG Key ID: 33DAF7BB90A58405

View File

@ -30,7 +30,7 @@ jobs:
fail-fast: false
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
go-version: [1.22]
go-version: [1.23]
steps:
- name: Checkout code