From 6352aa4b945a5c17cfb926ab5a73cc9e4f330832 Mon Sep 17 00:00:00 2001 From: Durp Date: Fri, 27 Feb 2026 11:29:44 +0000 Subject: [PATCH 1/6] Update file .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 908a64c..129d711 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ include: - - project: 'developerdurp/yml' + - project: 'durfy/ci-includes/yml' ref: main file: 'pipelines/golang.yml' \ No newline at end of file From ce9126c25a65b058cafc04b8e5b1f5e205ab2030 Mon Sep 17 00:00:00 2001 From: Durp Date: Fri, 27 Feb 2026 11:30:49 +0000 Subject: [PATCH 2/6] Update file .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 129d711..4e1c17b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ include: - project: 'durfy/ci-includes/yml' ref: main - file: 'pipelines/golang.yml' \ No newline at end of file + file: 'pipelines/go-build.yml' \ No newline at end of file From 5ba4754f79f0e11b3300ae356aff1103906535a9 Mon Sep 17 00:00:00 2001 From: Durp Date: Fri, 27 Feb 2026 11:31:19 +0000 Subject: [PATCH 3/6] Update file .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4e1c17b..198908e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ include: - project: 'durfy/ci-includes/yml' ref: main - file: 'pipelines/go-build.yml' \ No newline at end of file + file: 'pipeline.yml' \ No newline at end of file From 4dbbef4e4a16b782517c376e22ba5f85d1155deb Mon Sep 17 00:00:00 2001 From: Durp Date: Fri, 27 Feb 2026 11:31:21 +0000 Subject: [PATCH 4/6] Update file .gitlab-ci.yml From dd0d666eabf7d9d31d67a77f41dce965001215b7 Mon Sep 17 00:00:00 2001 From: Durp Date: Fri, 27 Feb 2026 11:52:23 +0000 Subject: [PATCH 5/6] Update file renovate.json --- renovate.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..d7e5130 --- /dev/null +++ b/renovate.json @@ -0,0 +1,3 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json" + } \ No newline at end of file From 1b89cdcf47c69bb658d95e2113f8c98416215aec Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Sun, 1 Mar 2026 07:00:42 +0000 Subject: [PATCH 6/6] Update registry.durp.info/golang Docker tag to v1.26 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ffffea0..43a9e37 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.durp.info/golang:1.20-alpine +FROM registry.durp.info/golang:1.26-alpine RUN chmod -R o=,g=rwX /go RUN mkdir /app