Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update int. test to explicitly request go:1.15 runtime #1111

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions ansible/environments/local/hosts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ invoker0 ansible_host=172.17.0.1 ansible_connection=local
[db]
172.17.0.1 ansible_host=172.17.0.1 ansible_connection=local

[elasticsearch:children]
db

[redis]
172.17.0.1 ansible_host=172.17.0.1 ansible_connection=local

Expand Down
2 changes: 1 addition & 1 deletion tests/src/integration/helloworld/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ packages:
msg["greeting"] = "Hello, " + name + "!"
return msg
}
runtime: go:1.11
runtime: go:1.15
sequences:
# sequence of helloworld in all four runtimes
hello-world-series:
Expand Down