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