From 52f41246784a2f064730c27705254d68e6456f91 Mon Sep 17 00:00:00 2001 From: Anis Elleuch Date: Tue, 6 Dec 2022 18:11:20 +0100 Subject: [PATCH] Remove go1.18 from Github workflow tests (#16180) --- .github/workflows/go-cross.yml | 2 +- .github/workflows/go-healing.yml | 2 +- .github/workflows/go-lint.yml | 2 +- .github/workflows/go.yml | 2 +- .github/workflows/iam-integrations.yaml | 2 +- .github/workflows/replication.yaml | 2 +- .github/workflows/upgrade-ci-cd.yaml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/go-cross.yml b/.github/workflows/go-cross.yml index 7ca649d53..ea7620c67 100644 --- a/.github/workflows/go-cross.yml +++ b/.github/workflows/go-cross.yml @@ -20,7 +20,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - go-version: [1.18.x, 1.19.x] + go-version: [1.19.x] os: [ubuntu-latest] steps: - uses: actions/checkout@629c2de402a417ea7690ca6ce3f33229e27606a5 # v2 diff --git a/.github/workflows/go-healing.yml b/.github/workflows/go-healing.yml index 205822bb4..9d628c998 100644 --- a/.github/workflows/go-healing.yml +++ b/.github/workflows/go-healing.yml @@ -20,7 +20,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - go-version: [1.18.x, 1.19.x] + go-version: [1.19.x] os: [ubuntu-latest] steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/go-lint.yml b/.github/workflows/go-lint.yml index 3fb53f662..0282ae1c4 100644 --- a/.github/workflows/go-lint.yml +++ b/.github/workflows/go-lint.yml @@ -20,7 +20,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - go-version: [1.18.x, 1.19.x] + go-version: [1.19.x] os: [ubuntu-latest, windows-latest] steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index a6e45f048..e82b414ad 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -20,7 +20,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - go-version: [1.18.x, 1.19.x] + go-version: [1.19.x] os: [ubuntu-latest] steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/iam-integrations.yaml b/.github/workflows/iam-integrations.yaml index d69051190..7910a76e1 100644 --- a/.github/workflows/iam-integrations.yaml +++ b/.github/workflows/iam-integrations.yaml @@ -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.18.x] + go-version: [1.19.x] ldap: ["", "localhost:389"] etcd: ["", "http://localhost:2379"] openid: ["", "http://127.0.0.1:5556/dex"] diff --git a/.github/workflows/replication.yaml b/.github/workflows/replication.yaml index 003237980..77d6b159e 100644 --- a/.github/workflows/replication.yaml +++ b/.github/workflows/replication.yaml @@ -21,7 +21,7 @@ jobs: strategy: matrix: - go-version: [1.18.x, 1.19.x] + go-version: [1.19.x] steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/upgrade-ci-cd.yaml b/.github/workflows/upgrade-ci-cd.yaml index 6a110f127..a0227a0a6 100644 --- a/.github/workflows/upgrade-ci-cd.yaml +++ b/.github/workflows/upgrade-ci-cd.yaml @@ -20,7 +20,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - go-version: [1.18.x, 1.19.x] + go-version: [1.19.x] os: [ubuntu-latest] steps: