mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 11:38:02 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user