Skip to content

Commit 1d9b213

Browse files
intel352claude
andcommitted
fix: use latest wfctl instead of go.mod version (v0.51.7 has no binary asset)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 30f537d commit 1d9b213

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

.github/workflows/wfctl-validate.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,9 @@ jobs:
2525
exit 1
2626
fi
2727
28-
- uses: actions/setup-go@v5
29-
with:
30-
go-version-file: go.mod
31-
32-
- name: Derive wfctl version from go.mod
33-
id: wfctl-ver
34-
run: |
35-
ver=$(go list -m -f '{{.Version}}' github.com/GoCodeAlone/workflow)
36-
echo "version=$ver" >> "$GITHUB_OUTPUT"
37-
3828
- uses: GoCodeAlone/setup-wfctl@bcd880980f5bbe8d192d0c20ff6279d25331f956
3929
with:
40-
version: ${{ steps.wfctl-ver.outputs.version }}
30+
version: latest
4131
token: ${{ secrets.RELEASES_TOKEN }}
4232

4333
- name: Validate strict plugin contracts

0 commit comments

Comments
 (0)