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
Copy file name to clipboardExpand all lines: AGENTS.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
- Pin to a specific release like `ubuntu-24.04`. Never use `ubuntu-latest`.
6
6
- Pin every action by commit SHA with a comment containing the readable version, e.g. `actions/checkout@df4cb1c0... # v6.0.3`.
7
7
- Do NOT add install steps for tools that ship with the base image (`kubectl`, `docker`, `git`, `curl`, etc.). Check the [current image contents](https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Readme.md) before adding an install step.
8
-
- Container builds use `buildah`via `redhat-actions/buildah-build` + `redhat-actions/push-to-registry`. Containerfile at `cmd/upcloud-csi-plugin/Containerfile`.
8
+
- Container builds use `buildah`binary on runner image.
9
9
10
10
## Versioning and changelogs
11
11
@@ -18,7 +18,7 @@
18
18
19
19
## Go
20
20
21
-
- Version: `1.26` (must match `go.mod` and Containerfile)
21
+
- Version: `1.26` (must match `go.mod` and `build-image.sh`)
22
22
- Test: `make test` runs `go vet ./... && go test -race ./...`
23
23
- Lint: `golangci-lint` with config in `.golangci.yml`. Run via `cd test/e2e && golangci-lint run --timeout=2m ./testruns/` or pre-commit.
0 commit comments