Update Test Go version. Update PR template.

This commit is contained in:
Lea Anthony
2023-12-18 07:53:48 +11:00
parent 4b4fcdd47c
commit 49a6b1aa3c
2 changed files with 9 additions and 1 deletions
+8
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
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.
+1 -1
View File
@@ -56,7 +56,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
go-version: [1.19]
go-version: ['1.20']
steps:
- name: Checkout code