|
|
|
|
@ -48,7 +48,7 @@ jobs:
|
|
|
|
|
uses: ./.github/actions/go-version
|
|
|
|
|
|
|
|
|
|
- name: Install Go toolchain
|
|
|
|
|
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
|
|
|
|
|
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
|
|
|
|
|
with:
|
|
|
|
|
go-version: ${{ steps.go.outputs.version }}
|
|
|
|
|
|
|
|
|
|
@ -56,7 +56,7 @@ jobs:
|
|
|
|
|
# identical across the unit-tests, e2e-tests, and consistency-checks
|
|
|
|
|
# jobs, or else weird things could happen.
|
|
|
|
|
- name: Cache Go modules
|
|
|
|
|
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
|
|
|
|
|
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
|
|
|
|
|
with:
|
|
|
|
|
path: "~/go/pkg"
|
|
|
|
|
key: go-mod-${{ hashFiles('go.sum') }}
|
|
|
|
|
@ -83,7 +83,7 @@ jobs:
|
|
|
|
|
uses: ./.github/actions/go-version
|
|
|
|
|
|
|
|
|
|
- name: Install Go toolchain
|
|
|
|
|
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
|
|
|
|
|
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
|
|
|
|
|
with:
|
|
|
|
|
go-version: ${{ steps.go.outputs.version }}
|
|
|
|
|
|
|
|
|
|
@ -91,7 +91,7 @@ jobs:
|
|
|
|
|
# identical across the unit-tests, e2e-tests, and consistency-checks
|
|
|
|
|
# jobs, or else weird things could happen.
|
|
|
|
|
- name: Cache Go modules
|
|
|
|
|
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
|
|
|
|
|
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
|
|
|
|
|
with:
|
|
|
|
|
path: "~/go/pkg"
|
|
|
|
|
key: go-mod-${{ hashFiles('go.sum') }}
|
|
|
|
|
@ -121,7 +121,7 @@ jobs:
|
|
|
|
|
uses: ./.github/actions/go-version
|
|
|
|
|
|
|
|
|
|
- name: Install Go toolchain
|
|
|
|
|
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
|
|
|
|
|
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
|
|
|
|
|
with:
|
|
|
|
|
go-version: ${{ steps.go.outputs.version }}
|
|
|
|
|
|
|
|
|
|
@ -129,7 +129,7 @@ jobs:
|
|
|
|
|
# identical across the unit-tests, e2e-tests, and consistency-checks
|
|
|
|
|
# jobs, or else weird things could happen.
|
|
|
|
|
- name: Cache Go modules
|
|
|
|
|
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
|
|
|
|
|
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
|
|
|
|
|
with:
|
|
|
|
|
path: "~/go/pkg"
|
|
|
|
|
key: go-mod-${{ hashFiles('go.sum') }}
|
|
|
|
|
@ -155,7 +155,7 @@ jobs:
|
|
|
|
|
uses: ./.github/actions/go-version
|
|
|
|
|
|
|
|
|
|
- name: Install Go toolchain
|
|
|
|
|
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
|
|
|
|
|
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
|
|
|
|
|
with:
|
|
|
|
|
go-version: ${{ steps.go.outputs.version }}
|
|
|
|
|
|
|
|
|
|
@ -163,7 +163,7 @@ jobs:
|
|
|
|
|
# identical across the unit-tests, e2e-tests, and consistency-checks
|
|
|
|
|
# jobs, or else weird things could happen.
|
|
|
|
|
- name: Cache Go modules
|
|
|
|
|
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
|
|
|
|
|
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
|
|
|
|
|
with:
|
|
|
|
|
path: "~/go/pkg"
|
|
|
|
|
key: go-mod-${{ hashFiles('go.sum') }}
|
|
|
|
|
@ -182,7 +182,7 @@ jobs:
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
- name: Cache protobuf tools
|
|
|
|
|
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
|
|
|
|
|
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
|
|
|
|
|
with:
|
|
|
|
|
path: "tools/protobuf-compile/.workdir"
|
|
|
|
|
key: protobuf-tools-${{ hashFiles('tools/protobuf-compile/protobuf-compile.go') }}
|
|
|
|
|
|