Skip to content
This repository was archived by the owner on Oct 9, 2023. It is now read-only.

Commit e2971ef

Browse files
authored
Fix "golangci-lint: not found" error in master "Run tests and lint" job (#267)
Signed-off-by: Sean Lin <sean@union.ai>
1 parent f577f62 commit e2971ef

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/master.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ jobs:
4949
- uses: actions/checkout@v2
5050
with:
5151
fetch-depth: "0"
52+
- name: Set up Go
53+
uses: actions/setup-go@v2
54+
with:
55+
go-version: '1.18'
5256
- name: Unit Tests
5357
run: make install && make test_unit_codecov
5458
- name: Push CodeCov

0 commit comments

Comments
 (0)