diff --git a/.github/workflows/adapter-release.yml b/.github/workflows/adapter-release.yml index 210ec262a..222160467 100644 --- a/.github/workflows/adapter-release.yml +++ b/.github/workflows/adapter-release.yml @@ -49,7 +49,7 @@ jobs: - name: Install Go uses: actions/setup-go@v3 with: - go-version: "1.22" + go-version: "1.23" - name: Install Revive shell: sh run: | diff --git a/.github/workflows/code-coverage.yaml b/.github/workflows/code-coverage.yaml index 1d18963dd..6876df0b8 100644 --- a/.github/workflows/code-coverage.yaml +++ b/.github/workflows/code-coverage.yaml @@ -21,7 +21,7 @@ jobs: - name: Install Go uses: actions/setup-go@v3 with: - go-version: "1.22" + go-version: "1.23" - name: Install Revive shell: sh run: | diff --git a/.github/workflows/common-controller-release.yml b/.github/workflows/common-controller-release.yml index 476698be7..ff9075f77 100644 --- a/.github/workflows/common-controller-release.yml +++ b/.github/workflows/common-controller-release.yml @@ -49,7 +49,7 @@ jobs: - name: Install Go uses: actions/setup-go@v3 with: - go-version: "1.22" + go-version: "1.23" - name: Install Revive shell: sh run: | diff --git a/.github/workflows/ratelimiter-release.yml b/.github/workflows/ratelimiter-release.yml index 1aeee2e66..2bfd63e4f 100644 --- a/.github/workflows/ratelimiter-release.yml +++ b/.github/workflows/ratelimiter-release.yml @@ -48,7 +48,7 @@ jobs: - name: Install Go uses: actions/setup-go@v3 with: - go-version: "1.19" + go-version: "1.23" - name: Install Revive shell: sh run: |