Skip to content

Commit

Permalink
update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
betaxab committed Jan 20, 2025
1 parent d3efc8c commit ab73c54
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: ^1.21
go-version: ^1.23

- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Build
shell: bash
run: |
bash build.sh
- name: Upload
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: release
path: release
Expand Down

0 comments on commit ab73c54

Please sign in to comment.