Skip to content

Commit 322946c

Browse files
committed
install go v1.21 for build-release
1 parent 93e0ca3 commit 322946c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/build-release.yml

+10
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v4
2121

22+
- name: Install Go
23+
uses: actions/setup-go@v4
24+
with:
25+
go-version: ${{ vars.GO_VERSION }}
26+
2227
- name: Run Makefile
2328
run: |
2429
make package
@@ -42,6 +47,11 @@ jobs:
4247
steps:
4348
- uses: actions/checkout@v4
4449

50+
- name: Install Go
51+
uses: actions/setup-go@v4
52+
with:
53+
go-version: ${{ vars.GO_VERSION }}
54+
4555
- name: Run Makefile
4656
run: |
4757
make darwin-arm64

0 commit comments

Comments
 (0)