You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bumps `.github/workflows`, `promu` and UI build container to 1.27. We
generally keep the minimum required version (1.26) and these versions
exactly one minor version apart.
Fixes done via `golanglint-ci run --fix`.
Also bumps GOLANGCI_LINT_VERSION. This version is required,
since the previous was not compatible with Go 1.27.
Signed-off-by: Christoph Maser <christoph.maser+github@gmail.com>
Signed-off-by: Solomon Jacobs <solomonjacobs@protonmail.com>
Co-authored-by: Solomon Jacobs <solomonjacobs@protonmail.com>
Copy file name to clipboardExpand all lines: AGENTS.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Guidance for AI coding agents working in this repository. Keep this file concise
6
6
7
7
Alertmanager handles alerts sent by clients such as Prometheus. It deduplicates, groups, routes, silences, and inhibits alerts, and dispatches them to receiver integrations (email, PagerDuty, Slack, webhook, etc.).
8
8
9
-
- Language: Go (see `go.mod` for the required version, currently `go 1.25`).
9
+
- Language: Go (see `go.mod` for the required version, currently `go 1.26`).
10
10
- Frontend (legacy): Elm app under `ui/app/` (Node version pinned in `.nvmrc`).
11
11
- Frontend (new): React + TypeScript + Mantine under `ui/mantine-ui/`.
12
12
- API: OpenAPI v2 spec in `api/v2/openapi.yaml`; Go server/client/models are generated via `scripts/swagger.sh`.
0 commit comments