build: Update cache path for go (#550)
This commit is contained in:
parent
2981fc4c1f
commit
2320a56dd9
|
|
@ -21,6 +21,7 @@ jobs:
|
|||
with:
|
||||
go-version-file: 'service/go.mod'
|
||||
cache: true
|
||||
cache-dependency-path: 'service/go.mod'
|
||||
|
||||
- name: grpc
|
||||
run: make -w grpc
|
||||
|
|
|
|||
|
|
@ -33,6 +33,7 @@ jobs:
|
|||
with:
|
||||
go-version-file: 'service/go.mod'
|
||||
cache: true
|
||||
cache-dependency-path: 'service/go.mod'
|
||||
|
||||
- name: Print go version
|
||||
run: go version
|
||||
|
|
|
|||
|
|
@ -33,6 +33,7 @@ jobs:
|
|||
with:
|
||||
go-version-file: 'service/go.mod'
|
||||
cache: true
|
||||
cache-dependency-path: 'service/go.mod'
|
||||
|
||||
- name: Print go version
|
||||
run: go version
|
||||
|
|
|
|||
|
|
@ -49,6 +49,7 @@ jobs:
|
|||
with:
|
||||
go-version-file: 'service/go.mod'
|
||||
cache: true
|
||||
cache-dependency-path: 'service/go.mod'
|
||||
|
||||
- name: grpc
|
||||
run: make -w grpc
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@ jobs:
|
|||
with:
|
||||
go-version-file: 'service/go.mod'
|
||||
cache: true
|
||||
cache-dependency-path: 'service/go.mod'
|
||||
|
||||
- name: Print go version
|
||||
run: go version
|
||||
|
|
|
|||
Loading…
Reference in New Issue