Skip to content

Commit

Permalink
fix(example): go version is too low (#19293)
Browse files Browse the repository at this point in the history
[bug] tutorialpb/addressbook.pb.go:317:40: predeclared any requires go1.18 or later (-lang was set to go1.14; check go.mod)

Closes #19293

COPYBARA_INTEGRATE_REVIEW=#19293 from Kaikaikaifang:patch-2 386a337
PiperOrigin-RevId: 698606584
  • Loading branch information
Kaikaikaifang authored and copybara-github committed Nov 21, 2024
1 parent 245acbf commit fc6ae67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/go/go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module github.com/protocolbuffers/protobuf/examples/go

go 1.14
go 1.18

require google.golang.org/protobuf v1.27.1

0 comments on commit fc6ae67

Please sign in to comment.