Commit fcf8f8e
authored
chore(release): prepare v0.27.1 (#747)
Release prep for v0.27.1 (patch — one fix, dependency refresh, toolchain
bump; no new features since v0.27.0).
## Changes
- `chore: align Makefile GOTOOLCHAIN pin with go.mod toolchain` — the
`lint` / `lint-fix` targets still pinned `GOTOOLCHAIN=go1.26.4` after
#746 moved go.mod to `toolchain go1.26.5`, so golangci-lint was built
with a different toolchain than the build and CI use.
- `chore(release): prepare v0.27.1` — CHANGELOG entry covering the
`RunJob.Delete` fix (#745) and the dependency/toolchain refresh (#744,
#746).
## After merge
Tag `v0.27.1` (signed, annotated) gets pushed to trigger the Release
workflow.
## Verification
- `go build ./...`, `go vet ./...` — pass
- No Go source changes in this PR; the Makefile edit touches only the
`GOTOOLCHAIN` pin in the two lint targets.2 files changed
Lines changed: 12 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
10 | 20 | | |
11 | 21 | | |
12 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
0 commit comments