build: Update cache path for go (#550)

This commit is contained in:
James Read 2025-04-03 11:48:15 +01:00 committed by GitHub
parent 2981fc4c1f
commit 2320a56dd9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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