Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ReneKroon authored May 17, 2024
1 parent 9a0daa0 commit 6834cf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Proto
uses: dictav/action-protoc@v0.0.3
with:
protoc_flags: hashring.proto --go-grpc_out=./ --go_out=./
protoc_flags: hashring.proto --go-grpc_out=./ --go_out=./ --experimental_allow_proto3_optional

- name: Build
run: go build -v ./...
Expand Down

0 comments on commit 6834cf7

Please sign in to comment.