Revert buf tools upgrade requiring Go 1.18 (#8658)

This commit is contained in:
M. J. Fromberger
2022-06-01 15:01:43 +02:00
committed by GitHub
parent 7ffc872dd7
commit bf676827eb
13 changed files with 29 additions and 35 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/setup-go@v3
with:
go-version: '1.17'
go-version: '1.18'
- uses: actions/checkout@v3
- uses: technote-space/get-diff-action@v6
with: