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 8e0759a commit 4592148Copy full SHA for 4592148
.github/workflows/ci.yaml
@@ -27,7 +27,7 @@ jobs:
27
with:
28
fetch-depth: 1
29
- name: Install go
30
- uses: actions/setup-go@v5
+ uses: actions/setup-go@v6
31
32
go-version: ${{ matrix.go-version }}
33
- name: Test
.github/workflows/conformance.yaml
@@ -24,7 +24,7 @@ jobs:
24
25
26
- name: Test conformance (dynamicpb)
0 commit comments