File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed
Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ are shown below):
4343
4444``` yaml
4545# Go language SDK version number
46- golang_version : ' 1.9.4 '
46+ golang_version : ' 1.10 '
4747
4848# Mirror to download the Go language SDK redistributable package from
4949golang_mirror : ' https://storage.googleapis.com/golang'
@@ -64,6 +64,7 @@ The following versions of Go language SDK are supported without any additional
6464configuration (for other versions follow the Advanced Configuration
6565instructions):
6666
67+ * ` 1.10`
6768* `1.9.4`
6869* `1.9.3`
6970* `1.9.2`
Original file line number Diff line number Diff line change 11---
22# Go language SDK version number
3- golang_version : ' 1.9.4 '
3+ golang_version : ' 1.10 '
44
55# Mirror to download the Go language SDK redistributable package from
66golang_mirror : ' https://storage.googleapis.com/golang'
Original file line number Diff line number Diff line change 77
88
99@pytest .mark .parametrize ('name,pattern' , [
10- ('GOROOT' , '^/opt/go/1.9.4 $' ),
10+ ('GOROOT' , '^/opt/go/1.10 $' ),
1111 ('GOPATH' , '^/root/workspace-go$' ),
12- ('PATH' , '^(.+:)?/opt/go/1.9.4 /bin(:.+)?$' ),
12+ ('PATH' , '^(.+:)?/opt/go/1.10 /bin(:.+)?$' ),
1313 ('PATH' , '^(.+:)?/root/workspace-go/bin(:.+)?$' )
1414])
1515def test_go_env (Command , name , pattern ):
Original file line number Diff line number Diff line change 1+ ---
2+ # SHA256 sum for the redistributable package
3+ golang_redis_sha256sum : ' b5a64335f1490277b585832d1f6c7f8c6c11206cba5cd3f771dcb87b98ad1a33'
You can’t perform that action at this time.
0 commit comments