We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ed97878 + 64fcbff commit 087e2deCopy full SHA for 087e2de
2 files changed
.github/workflows/ci.yml
@@ -50,7 +50,7 @@ jobs:
50
echo "TARGET_ARCHITECTURE=$(dpkg --print-architecture)" >> $GITHUB_OUTPUT
51
echo "GO_VERSION=$(go mod edit -json | jq -r .Go)" >> $GITHUB_OUTPUT
52
- name: Build binaries
53
- uses: crazy-max/ghaction-xgo@v3
+ uses: crazy-max/ghaction-xgo@v4
54
with:
55
xgo_version: latest
56
go_version: "${{ steps.repo-name.outputs.GO_VERSION }}"
.github/workflows/tagged-release.yml
@@ -37,7 +37,7 @@ jobs:
37
38
39
40
41
42
43
0 commit comments