mirror of
https://github.com/getAlby/hub.git
synced 2026-08-13 12:33:39 +02:00
chore: sync Wails CLI version in CI with go.mod (v2.14.0) (#2547)
The Dependabot bump updated github.com/wailsapp/wails/v2 to v2.14.0 in go.mod but the wails workflow still installed the CLI at v2.12.0. Align the CI install and document in AGENTS.md that both must be updated together. Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
d2cebc5c6f
commit
d8ef0e70e0
2 changed files with 3 additions and 1 deletions
2
.github/workflows/wails.yml
vendored
2
.github/workflows/wails.yml
vendored
|
|
@ -76,7 +76,7 @@ jobs:
|
|||
node-version: "22.x"
|
||||
|
||||
- name: Install Wails
|
||||
run: go install github.com/wailsapp/wails/v2/cmd/wails@v2.12.0
|
||||
run: go install github.com/wailsapp/wails/v2/cmd/wails@v2.14.0
|
||||
shell: bash
|
||||
|
||||
- name: Install Linux Wails deps
|
||||
|
|
|
|||
|
|
@ -88,6 +88,8 @@ go run cmd/http/main.go
|
|||
wails dev -tags "wails"
|
||||
```
|
||||
|
||||
**Wails versions must stay in sync:** the `github.com/wailsapp/wails/v2` version in `go.mod` and the Wails CLI version installed in `.github/workflows/wails.yml` (`go install ...cmd/wails@vX.Y.Z`) must match. When bumping one, always update the other — this is a common source of drift (e.g. via Dependabot updates to `go.mod` only).
|
||||
|
||||
## Testing
|
||||
|
||||
### Go Backend
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue