From 49a6b1aa3ccf839d04797ef6d28f86e9830a9564 Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Mon, 18 Dec 2023 07:53:29 +1100 Subject: [PATCH] Update Test Go version. Update PR template. --- .github/pull_request_template.md | 8 ++++++++ .github/workflows/pr.yml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 44bf5eef6..bf3d8de39 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,3 +1,11 @@ + + + # 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. diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 55bed637a..9bd98c171 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -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