From b7497e6992d113c50d5afdab27b095f7138c4bb6 Mon Sep 17 00:00:00 2001 From: Maximilian Techritz Date: Fri, 27 Jun 2025 18:04:12 +0200 Subject: [PATCH 1/2] chore: update to go 1.24 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 8d86645..ddab2f9 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/openmcp-project/metrics-operator -go 1.23.0 +go 1.24.0 require ( github.com/go-logr/logr v1.4.2 From 76eaeae10d37548517cad5334df1591c0f20d5ef Mon Sep 17 00:00:00 2001 From: Maximilian Techritz Date: Fri, 27 Jun 2025 18:10:56 +0200 Subject: [PATCH 2/2] chore: add pull request template --- .github/pull_request_template.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..425f797 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,20 @@ +**What this PR does / why we need it**: + +**Which issue(s) this PR fixes**: +Fixes # + +**Special notes for your reviewer**: + +**Release note**: + +```feature user + +``` \ No newline at end of file