mirror of https://github.com/grpc/grpc-go.git
github: upgrade to v3 of checkout & setup-go (#6280)
This commit is contained in:
parent
24fd252163
commit
8eba9c2de1
|
|
@ -24,11 +24,11 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
# Setup the environment.
|
# Setup the environment.
|
||||||
- name: Setup Go
|
- name: Setup Go
|
||||||
uses: actions/setup-go@v2
|
uses: actions/setup-go@v3
|
||||||
with:
|
with:
|
||||||
go-version: '1.20'
|
go-version: '1.20'
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
# Run the vet checks.
|
# Run the vet checks.
|
||||||
- name: vet
|
- name: vet
|
||||||
|
|
@ -89,12 +89,12 @@ jobs:
|
||||||
run: echo "${{ matrix.grpcenv }}" >> $GITHUB_ENV
|
run: echo "${{ matrix.grpcenv }}" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Setup Go
|
- name: Setup Go
|
||||||
uses: actions/setup-go@v2
|
uses: actions/setup-go@v3
|
||||||
with:
|
with:
|
||||||
go-version: ${{ matrix.goversion }}
|
go-version: ${{ matrix.goversion }}
|
||||||
|
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
# Only run vet for 'vet' runs.
|
# Only run vet for 'vet' runs.
|
||||||
- name: Run vet.sh
|
- name: Run vet.sh
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue