Commit 8529d46
build: modernize the Caddy install target
go get for installing binaries was removed in Go 1.17, so 'make start-caddy'
could not install Caddy on Go 1.26. Use 'go install …/caddy@$(CADDYVERSION)'
(v2.8.4), consistent with the venom/golangci-lint pinned installs.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 80f16aa commit 8529d46
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
51 | 52 | | |
52 | 53 | | |
53 | | - | |
| 54 | + | |
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
| |||
0 commit comments