Skip to content

Commit 0cf1563

Browse files
Upgrade buf
1 parent 3394b61 commit 0cf1563

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Taskfile.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ tasks:
1212
lint:
1313
summary: Lints Protobuf and Go.
1414
cmds:
15-
- docker run --rm -v "$(pwd):{{.wd}}" -w {{.wd}} bufbuild/buf:1.31 lint
15+
- docker run --rm -v "$(pwd):{{.wd}}" -w {{.wd}} bufbuild/buf:1.55 lint
1616
- golangci-lint run ./...
1717

1818
test:
@@ -24,4 +24,4 @@ tasks:
2424
generate:
2525
summary: Generates Go from Protobuf.
2626
cmds:
27-
- docker run --rm -v "$(pwd):/{{.wd}}" -w {{.wd}} bufbuild/buf:1.31 generate
27+
- docker run --rm -v "$(pwd):/{{.wd}}" -w {{.wd}} bufbuild/buf:1.55 generate

0 commit comments

Comments
 (0)