Skip to content

Commit

Permalink
feat(deps): bump protoc-gen-go-aip-test
Browse files Browse the repository at this point in the history
This bump adds generation of AIP delete tests if using protoc-gen-go-aip-test.
That means that updating sage to this version can cause build failures in
repositories which do not have code that passes the newly generated tests.

If fixing the business code to adhere to the new tests is not an option,
one can use the `skip` flag in the test suite config to avoid running the
delete tests. See https://github.com/einride/protoc-gen-go-aip-test#skipping-tests
for more information on how to do this.
  • Loading branch information
pmarkus committed Nov 10, 2023
1 parent a203adf commit 50f5144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/sgprotocgengoaiptest/tools.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
)

const (
version = "0.10.0"
version = "0.14.0"
name = "protoc-gen-go-aip-test"
)

Expand Down

0 comments on commit 50f5144

Please sign in to comment.