From 519dbfebf6a96c6aed7d9725a0b3fefb8a739c6f Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Thu, 9 May 2024 01:36:00 -0700 Subject: [PATCH] upgrade to go1.22.x --- .github/workflows/go-cross.yml | 2 +- .github/workflows/go-fips.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/mint.yml | 2 +- .github/workflows/replication.yaml | 2 +- .github/workflows/root-disable.yml | 2 +- .github/workflows/upgrade-ci-cd.yaml | 2 +- .github/workflows/vulncheck.yml | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/go-cross.yml b/.github/workflows/go-cross.yml index 067a35295..b7a58584d 100644 --- a/.github/workflows/go-cross.yml +++ b/.github/workflows/go-cross.yml @@ -21,7 +21,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - go-version: [1.21.x] + go-version: [1.22.x] os: [ubuntu-latest] steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/go-fips.yml b/.github/workflows/go-fips.yml index e16fa14a1..17e9cb8e1 100644 --- a/.github/workflows/go-fips.yml +++ b/.github/workflows/go-fips.yml @@ -21,7 +21,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - go-version: [1.21.x] + go-version: [1.22.x] os: [ubuntu-latest] steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/go-healing.yml b/.github/workflows/go-healing.yml index 3a73ed59e..f453c82fc 100644 --- a/.github/workflows/go-healing.yml +++ b/.github/workflows/go-healing.yml @@ -21,7 +21,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - go-version: [1.21.x] + go-version: [1.22.x] os: [ubuntu-latest] steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/go-lint.yml b/.github/workflows/go-lint.yml index 00de75ce1..5396c5d07 100644 --- a/.github/workflows/go-lint.yml +++ b/.github/workflows/go-lint.yml @@ -21,7 +21,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - go-version: [1.21.x] + go-version: [1.22.x] os: [ubuntu-latest, windows-latest] steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index e39531c1a..0de28788d 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -21,7 +21,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - go-version: [1.21.x] + go-version: [1.22.x] os: [ubuntu-latest] steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/iam-integrations.yaml b/.github/workflows/iam-integrations.yaml index 47a0c3a29..7c49f9167 100644 --- a/.github/workflows/iam-integrations.yaml +++ b/.github/workflows/iam-integrations.yaml @@ -62,7 +62,7 @@ jobs: # are turned off - i.e. if ldap="", then ldap server is not enabled for # the tests. matrix: - go-version: [1.21.x] + go-version: [1.22.x] ldap: ["", "localhost:389"] etcd: ["", "http://localhost:2379"] openid: ["", "http://127.0.0.1:5556/dex"] diff --git a/.github/workflows/mint.yml b/.github/workflows/mint.yml index e2618bd98..33036f7ca 100644 --- a/.github/workflows/mint.yml +++ b/.github/workflows/mint.yml @@ -30,7 +30,7 @@ jobs: - name: setup-go-step uses: actions/setup-go@v5 with: - go-version: 1.21.x + go-version: 1.22.x - name: github sha short id: vars diff --git a/.github/workflows/replication.yaml b/.github/workflows/replication.yaml index 32d80957a..bcb145348 100644 --- a/.github/workflows/replication.yaml +++ b/.github/workflows/replication.yaml @@ -22,7 +22,7 @@ jobs: strategy: matrix: - go-version: [1.21.x] + go-version: [1.22.x] steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/root-disable.yml b/.github/workflows/root-disable.yml index 012d58e81..57adb573d 100644 --- a/.github/workflows/root-disable.yml +++ b/.github/workflows/root-disable.yml @@ -21,7 +21,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - go-version: [1.21.x] + go-version: [1.22.x] os: [ubuntu-latest] steps: diff --git a/.github/workflows/upgrade-ci-cd.yaml b/.github/workflows/upgrade-ci-cd.yaml index 8bcd2d9e0..5769826af 100644 --- a/.github/workflows/upgrade-ci-cd.yaml +++ b/.github/workflows/upgrade-ci-cd.yaml @@ -21,7 +21,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - go-version: [1.21.x] + go-version: [1.22.x] os: [ubuntu-latest] steps: diff --git a/.github/workflows/vulncheck.yml b/.github/workflows/vulncheck.yml index 243443a60..d12a20046 100644 --- a/.github/workflows/vulncheck.yml +++ b/.github/workflows/vulncheck.yml @@ -21,7 +21,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: 1.21.9 + go-version: 1.22.3 check-latest: true - name: Get official govulncheck run: go install golang.org/x/vuln/cmd/govulncheck@latest