Commit 0f0bf32
fix(ci): bump golangci-lint to v2.4 + migrate buildkit-cache-dance to cache-map (#34)
* chore(ci): bump golangci-lint-action version to v2.4
Pin v2.1 (binary built with Go 1.24) refused to load configs targeting
Go 1.25.0, blocking dependabot PRs #28 and #29 which bump go.mod's go
directive. v2.4 is built with Go 1.25 and lints both 1.24 and 1.25
targets.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* fix(ci): migrate buildkit-cache-dance v3 inputs (cache-source → cache-map)
v3 deprecated cache-source and now requires explicit cache-map. Without
this, v3 falls back to auto-discovery defaults that try to mkdir
/var/cache/apk on the runner and fail with EACCES, breaking every
Docker Publish run on main since #21 landed.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 24e9b27 commit 0f0bf32
2 files changed
Lines changed: 9 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
| 60 | + | |
59 | 61 | | |
60 | 62 | | |
61 | 63 | | |
| |||
64 | 66 | | |
65 | 67 | | |
66 | 68 | | |
67 | | - | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
68 | 75 | | |
69 | 76 | | |
70 | 77 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
0 commit comments