Skip to content

Commit

Permalink
Updated generator (#24)
Browse files Browse the repository at this point in the history
* Updated generator

* 19
  • Loading branch information
bajb authored May 10, 2023
1 parent 1fffb68 commit 14a9bdb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if [[ "$PROTOC_PATH" == "" ]]; then
fi

VER=$(protoc --version)
EXPECT="libprotoc 3.21.5"
EXPECT="libprotoc 3.21.12"
if [[ "$VER" != "$EXPECT" ]]; then
echo "'protoc' tool is version [$VER], expected [$EXPECT]." >&2
#exit 1 # this is not a critical error
Expand Down
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
module github.com/chargehive/proto

go 1.16
go 1.19

require (
github.com/gogo/protobuf v1.3.2
github.com/golang/protobuf v1.5.2
google.golang.org/protobuf v1.27.1
github.com/golang/protobuf v1.5.3
google.golang.org/protobuf v1.30.0
)
2 changes: 1 addition & 1 deletion golang/chargehive/chtype/country_codes.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 14a9bdb

Please sign in to comment.