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 271fbe7 commit ce62acaCopy full SHA for ce62aca
.github/workflows/ci.yaml
@@ -13,12 +13,13 @@ jobs:
13
uses: actions/setup-go@v2
14
with:
15
go-version: '1.16'
16
- - uses: actions/cache@v2
+ - name: Setup build cache
17
+ uses: actions/cache@v2
18
19
path: ~/go/pkg/mod
20
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
21
restore-keys: ${{ runner.os }}-go-
- - name: Build
22
+ - name: Build service
23
run: make
24
lint:
25
runs-on: ubuntu-latest
@@ -29,7 +30,8 @@ jobs:
29
30
31
32
33
34
35
36
37
0 commit comments