We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 679e4dd + b1047a1 commit cf837bdCopy full SHA for cf837bd
.github/workflows/ci.yaml
@@ -17,7 +17,9 @@ jobs:
17
- uses: actions/setup-go@v5
18
with:
19
go-version: ${{ matrix.go }}
20
-
+ - name: Install Protoc
21
+ uses: arduino/setup-protoc@v3
22
+
23
- name: Tests
24
run: |
25
make test/units test/bench
version.go
@@ -1,4 +1,4 @@
1
package gendoc
2
3
// VERSION is the version of protoc-gen-doc being used.
4
-const VERSION = "1.5.1"
+const VERSION = "2.0.0"
0 commit comments