We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 937936a + b2310cc commit 4ba4197Copy full SHA for 4ba4197
.github/workflows/make-protos.yml
@@ -25,7 +25,7 @@ jobs:
25
with:
26
python-version: '3.x'
27
- name: Install Go
28
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
+ uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34
29
30
go-version: 1.20.x
31
- name: setup env
.github/workflows/run-go-tests.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Checkout
21
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
22
23
24
- name: Format
0 commit comments