Skip to content

Commit ebb5d8d

Browse files
committed
config(ci)
/spend 10m
1 parent 6327e66 commit ebb5d8d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,13 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout the repository
11-
uses: actions/checkout@master
11+
uses: actions/checkout@v3
1212
- name: Install upx
1313
run: sudo apt install upx
14+
- name: Set up Go
15+
uses: actions/setup-go@v4
16+
with:
17+
go-version: ">=1.20"
1418
- name: Generate the artifacts
1519
run: make release
1620
- name: Upload the artifacts

0 commit comments

Comments
 (0)