We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d98f3c commit 3b9a9aeCopy full SHA for 3b9a9ae
.github/workflows/release_binary.yaml
@@ -17,6 +17,11 @@ jobs:
17
- name: Checkout code
18
uses: actions/checkout@v4
19
20
+ - name: Install Go
21
+ uses: actions/setup-go@v5
22
+ with:
23
+ go-version: '1.24'
24
+
25
- name: Install dependencies
26
run: |
27
sudo apt update && sudo apt install --no-install-recommends libvips-dev -y
@@ -38,7 +43,12 @@ jobs:
38
43
steps:
39
44
40
45
41
-
46
47
48
49
50
51
42
52
53
54
0 commit comments