[PR #12] [MERGED] feat: bump go to v1.22, update dependencies & workflow #25

Closed
opened 2026-03-03 16:27:50 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/natrontech/pbs-exporter/pull/12
Author: @janfuhrer
Created: 4/11/2024
Status: Merged
Merged: 4/11/2024
Merged by: @janfuhrer

Base: mainHead: feat/update-go


📝 Commits (2)

  • 5fd0d95 feat: bump go to v1.22, update dependencies & workflow, improve git setup
  • 183b6cd fix: test codeql action with fix go version

📊 Changes

15 files changed (+389 additions, -204 deletions)

View changed files

.github/dependabot.yml (+15 -0)
📝 .github/workflows/ci.yml (+3 -3)
📝 .github/workflows/codeql.yml (+4 -4)
📝 .github/workflows/docker-release.yml (+4 -4)
📝 .pre-commit-config.yaml (+2 -2)
CODE_OF_CONDUCT.md (+128 -0)
CONTRIBUTING.md (+17 -0)
📝 Dockerfile (+15 -5)
📝 README.md (+37 -37)
SECURITY.md (+11 -0)
📝 docker-compose.yaml (+2 -1)
📝 go.mod (+8 -10)
📝 go.sum (+16 -27)
📝 grafana-dashboard/pbs-exporter.json (+35 -18)
📝 prometheus/example-rules.yaml (+92 -93)

📄 Description

  • update go to v1.22
  • update workflows
  • add dependabot.yml
  • add contributing, code_of_conduct & security files
  • update examples

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/natrontech/pbs-exporter/pull/12 **Author:** [@janfuhrer](https://github.com/janfuhrer) **Created:** 4/11/2024 **Status:** ✅ Merged **Merged:** 4/11/2024 **Merged by:** [@janfuhrer](https://github.com/janfuhrer) **Base:** `main` ← **Head:** `feat/update-go` --- ### 📝 Commits (2) - [`5fd0d95`](https://github.com/natrontech/pbs-exporter/commit/5fd0d95a9648c66fdcff2d0b70b186ba7f825813) feat: bump go to v1.22, update dependencies & workflow, improve git setup - [`183b6cd`](https://github.com/natrontech/pbs-exporter/commit/183b6cd149baa4afc3cf17a4ccd0a8978e1d6b79) fix: test codeql action with fix go version ### 📊 Changes **15 files changed** (+389 additions, -204 deletions) <details> <summary>View changed files</summary> ➕ `.github/dependabot.yml` (+15 -0) 📝 `.github/workflows/ci.yml` (+3 -3) 📝 `.github/workflows/codeql.yml` (+4 -4) 📝 `.github/workflows/docker-release.yml` (+4 -4) 📝 `.pre-commit-config.yaml` (+2 -2) ➕ `CODE_OF_CONDUCT.md` (+128 -0) ➕ `CONTRIBUTING.md` (+17 -0) 📝 `Dockerfile` (+15 -5) 📝 `README.md` (+37 -37) ➕ `SECURITY.md` (+11 -0) 📝 `docker-compose.yaml` (+2 -1) 📝 `go.mod` (+8 -10) 📝 `go.sum` (+16 -27) 📝 `grafana-dashboard/pbs-exporter.json` (+35 -18) 📝 `prometheus/example-rules.yaml` (+92 -93) </details> ### 📄 Description - update go to `v1.22` - update workflows - add `dependabot.yml` - add contributing, code_of_conduct & security files - update examples --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 16:27:50 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/pbs-exporter#25
No description provided.