Merge pull request #2502 from aledbf/update-go
Update go version in fortune teller image
This commit is contained in:
commit
c8fec068d9
2 changed files with 2 additions and 1 deletions
1
images/grpc-fortune-teller/.gitignore
vendored
Normal file
1
images/grpc-fortune-teller/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
bazel-*
|
|
@ -20,7 +20,7 @@ http_archive(
|
|||
load("@io_bazel_rules_go//go:def.bzl", "go_rules_dependencies", "go_register_toolchains")
|
||||
load("@com_github_scele_rules_go_dep//dep:dep.bzl", "dep_import")
|
||||
|
||||
go_register_toolchains(go_version = "1.9")
|
||||
go_register_toolchains(go_version = "1.10.1")
|
||||
|
||||
go_rules_dependencies()
|
||||
|
||||
|
|
Loading…
Reference in a new issue