File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -296,10 +296,12 @@ gapic_generator_register_toolchains()
296296# Go
297297##############################################################################
298298
299+ _gapic_generator_go_version = "0.18.6"
300+
299301http_archive (
300302 name = "com_googleapis_gapic_generator_go" ,
301- strip_prefix = "gapic-generator-go-0.18.6" ,
302- urls = ["https://github.com/googleapis/gapic-generator-go/archive/v0.18.6. tar.gz" ],
303+ strip_prefix = "gapic-generator-go-%s" % _gapic_generator_go_version ,
304+ urls = ["https://github.com/googleapis/gapic-generator-go/archive/v%s. tar.gz" % _gapic_generator_go_version ],
303305)
304306
305307load ("@com_googleapis_gapic_generator_go//:repositories.bzl" , "com_googleapis_gapic_generator_go_repositories" )
You can’t perform that action at this time.
0 commit comments