Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunxu committed Apr 13, 2022
1 parent 902eb57 commit e5e6b74
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,11 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: checkout the source code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.18
- name: build (release)
run: go build -o ./out/ -v .
- name: compress
Expand Down

0 comments on commit e5e6b74

Please sign in to comment.