5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-03 03:52:41 +08:00

Update Test Go version. Update PR template.

This commit is contained in:
Lea Anthony 2023-12-18 07:53:29 +11:00
parent 4b4fcdd47c
commit 49a6b1aa3c
No known key found for this signature in database
GPG Key ID: 33DAF7BB90A58405
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
<!--
READ CAREFULLY: Before submitting your PR, please ensure you have created an issue for your PR.
It is essential that you do this so that we can discuss the proposed changes before you spend time on them.
If you do not create an issue, your PR may be rejected without review.
If a relevant issue already exists, please reference it in your PR by including `Fixes #<issue number>` in your PR description.
-->
# Description # Description
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

View File

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