Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Ran-Xing authored May 31, 2024
1 parent 29e751a commit be77ca1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/xgo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ jobs:
branch: ${{ github.ref }}
-
name: Docker Setup QEMU
uses: docker/setup-qemu-action@v1.2.0
uses: docker/setup-qemu-action@v3
-
name: Docker Setup Buildx
uses: docker/setup-buildx-action@v1.6.0
uses: docker/setup-buildx-action@v3
-
name: Docker Login in Aliyun
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
registry: registry.cn-hangzhou.aliyuncs.com
username: ${{ secrets.DOCKERHUB_ACCOUNT_ALIYUN }}
Expand All @@ -75,7 +75,7 @@ jobs:
sed -i "s|ghcr.io/crazy-max/xgo|registry.cn-hangzhou.aliyuncs.com/xrsec/xgo|g" xgo.go
-
name: Build with xgo
uses: crazy-max/ghaction-xgo@v2
uses: crazy-max/ghaction-xgo@v3
with:
xgo_version: latest
go_version: ${{ matrix.go_version }}
Expand All @@ -90,7 +90,7 @@ jobs:
buildmode: default
-
name: Delete old Releases
uses: dev-drprasad/delete-older-releases@v0.2.0
uses: dev-drprasad/delete-older-releases@v0.3.4
with:
repo: ${{ github.repository }}
keep_latest: 3
Expand All @@ -99,7 +99,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.TOKEN_GITHUB }}
-
name: Make release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
files: "xgo/bin/**"
body_path: .github/body.txt
Expand Down

0 comments on commit be77ca1

Please sign in to comment.