From 5fcae6840dbde3824610a7ba869147e13989a79a Mon Sep 17 00:00:00 2001 From: Chad Wilson Date: Sat, 14 Dec 2024 19:45:11 +0800 Subject: [PATCH 1/2] chore: Improve pull request template to encourage issue linking (#7246) Signed-off-by: Chad Wilson --- .github/pull_request_template.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index fa049cb30e2..c2b6de9bd72 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,8 +1,16 @@ -## Fixes Issue # - ## Description of Change -*Please add a description of the proposed change* + + +## Related issues + + ## Have test cases been added to cover the new functionality? From b4ba8c0f5c3c19bd261d536589978219be734819 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Dec 2024 06:45:51 -0500 Subject: [PATCH 2/2] build(deps): bump golang from 1.23.3-alpine to 1.23.4-alpine (#7218) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f3ea663479f..49b9247c0cb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.23.3-alpine AS go +FROM golang:1.23.4-alpine AS go FROM azul/zulu-openjdk-alpine:21 AS jlink