Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f73ed5 commit 2c00469Copy full SHA for 2c00469
.github/workflows/testing.yml
@@ -24,11 +24,11 @@ jobs:
24
steps:
25
# Setup the environment.
26
- name: Setup Go
27
- uses: actions/setup-go@v3
+ uses: actions/setup-go@v4
28
with:
29
go-version: '1.21'
30
- name: Checkout repo
31
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
32
33
# Run the vet checks.
34
- name: vet
@@ -89,12 +89,12 @@ jobs:
89
run: echo "${{ matrix.grpcenv }}" >> $GITHUB_ENV
90
91
92
93
94
go-version: ${{ matrix.goversion }}
95
96
97
98
99
# Only run vet for 'vet' runs.
100
- name: Run vet.sh
0 commit comments