Skip to content

Commit 1384749

Browse files
committed
Install Go during publish CI step
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent dca923a commit 1384749

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/publish.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,13 @@ jobs:
1616
- uses: actions/checkout@master
1717
with:
1818
fetch-depth: 1
19+
- name: Install Go
20+
uses: actions/setup-go@v2
21+
with:
22+
go-version: ${{ matrix.go-version }}
1923
- name: Make
2024
run: make all
25+
2126
- name: Upload release binaries
2227
uses: alexellis/[email protected]
2328
env:

0 commit comments

Comments
 (0)