* ci(release): drop unsupported windows/arm targets
This commit is contained in:
Thomas Pelletier
2026-03-03 01:29:35 -05:00
committed by GitHub
parent b3575580f9
commit 048a25f0f2
6 changed files with 9 additions and 11 deletions
+1 -1
View File
@@ -15,6 +15,6 @@ jobs:
- name: Setup go
uses: actions/setup-go@v6
with:
go-version: "1.25"
go-version: "1.26"
- name: Run tests with coverage
run: ./ci.sh coverage -d "${GITHUB_BASE_REF-HEAD}"