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