Update go version to 1.15.3 (#10279)

* Update go version to 1.15.3

* Fix OU ordering for go1.15.x testing

* Fix CI version

* Update docker image

* Fix test

* packagespec upgrade -version 0.1.8

Co-authored-by: Sam Salisbury <samsalisbury@gmail.com>
This commit is contained in:
Brian Kassouf
2020-10-30 13:44:06 -07:00
committed by GitHub
parent 5c02b9889e
commit c1bcc9803b
10 changed files with 2734 additions and 2734 deletions

View File

@@ -1267,7 +1267,7 @@ func generateRoleSteps(t *testing.T, useCSRs bool) []logicaltest.TestStep {
roleVals.OU = []string{"foo"}
addTests(getOuCheck(roleVals))
roleVals.OU = []string{"foo", "bar"}
roleVals.OU = []string{"bar", "foo"}
addTests(getOuCheck(roleVals))
}
// Organization tests