Skip to content

Commit 087e2de

Browse files
authored
Merge pull request #356 from dokku/dependabot/github_actions/crazy-max/ghaction-xgo-4
chore(deps): bump crazy-max/ghaction-xgo from 3 to 4
2 parents ed97878 + 64fcbff commit 087e2de

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
echo "TARGET_ARCHITECTURE=$(dpkg --print-architecture)" >> $GITHUB_OUTPUT
5151
echo "GO_VERSION=$(go mod edit -json | jq -r .Go)" >> $GITHUB_OUTPUT
5252
- name: Build binaries
53-
uses: crazy-max/ghaction-xgo@v3
53+
uses: crazy-max/ghaction-xgo@v4
5454
with:
5555
xgo_version: latest
5656
go_version: "${{ steps.repo-name.outputs.GO_VERSION }}"

.github/workflows/tagged-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
echo "GO_VERSION=$(go mod edit -json | jq -r .Go)" >> $GITHUB_OUTPUT
3838
3939
- name: Build binaries
40-
uses: crazy-max/ghaction-xgo@v3
40+
uses: crazy-max/ghaction-xgo@v4
4141
with:
4242
xgo_version: latest
4343
go_version: "${{ steps.repo-name.outputs.GO_VERSION }}"

0 commit comments

Comments
 (0)