move all CI/CD to go1.18 (#15401)

This commit is contained in:
Harshavardhana
2022-07-25 15:27:20 -07:00
committed by GitHub
parent 0a3b1ad4eb
commit 4c6498d726
9 changed files with 9 additions and 9 deletions

View File

@@ -61,7 +61,7 @@ jobs:
# are turned off - i.e. if ldap="", then ldap server is not enabled for
# the tests.
matrix:
go-version: [1.17.x]
go-version: [1.18.x]
ldap: ["", "localhost:389"]
etcd: ["", "http://localhost:2379"]
openid: ["", "http://127.0.0.1:5556/dex"]