Skip to content

Commit 3b9a9ae

Browse files
committed
Add install Go go release_binary
1 parent 3d98f3c commit 3b9a9ae

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/release_binary.yaml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ jobs:
1717
- name: Checkout code
1818
uses: actions/checkout@v4
1919

20+
- name: Install Go
21+
uses: actions/setup-go@v5
22+
with:
23+
go-version: '1.24'
24+
2025
- name: Install dependencies
2126
run: |
2227
sudo apt update && sudo apt install --no-install-recommends libvips-dev -y
@@ -38,7 +43,12 @@ jobs:
3843
steps:
3944
- name: Checkout code
4045
uses: actions/checkout@v4
41-
46+
47+
- name: Install Go
48+
uses: actions/setup-go@v5
49+
with:
50+
go-version: '1.24'
51+
4252
- name: Install dependencies
4353
run: |
4454
sudo apt update && sudo apt install --no-install-recommends libvips-dev -y

0 commit comments

Comments
 (0)