File tree Expand file tree Collapse file tree 4 files changed +4
-47
lines changed Expand file tree Collapse file tree 4 files changed +4
-47
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 99 - task : lint
1010 - task : test
1111
12- buf-image :
13- summary : Builds an image locally for running Buf.
14- cmds :
15- - docker build -f buf.Dockerfile -t localbuf:latest .
16-
1712 lint :
1813 summary : Lints Protobuf and Go.
19- deps :
20- - task : buf-image
2114 cmds :
22- - docker run --rm -v "$(pwd):{{.wd}}" -w {{.wd}} localbuf lint
15+ - docker run --rm -v "$(pwd):{{.wd}}" -w {{.wd}} bufbuild/buf:1.31 lint
2316 - golangci-lint run ./...
2417
2518 test :
3023
3124 generate :
3225 summary : Generates Go from Protobuf.
33- deps :
34- - task : buf-image
3526 cmds :
36- - docker run --rm -v "$(pwd):/{{.wd}}" -w {{.wd}} localbuf generate
27+ - docker run --rm -v "$(pwd):/{{.wd}}" -w {{.wd}} bufbuild/buf:1.31 generate
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 33 enabled : true
44
55plugins :
6- - name : go
6+ - plugin : buf.build/protocolbuffers/go:v1.33.0
77 out : api
8- opt :
9- - paths=source_relative
8+ opt : paths=source_relative
You can’t perform that action at this time.
0 commit comments