diff --git a/.github/workflows/darwin-tests.yaml b/.github/workflows/darwin-tests.yaml index 3d0f4fae03..1c5f2d3f2a 100644 --- a/.github/workflows/darwin-tests.yaml +++ b/.github/workflows/darwin-tests.yaml @@ -18,7 +18,7 @@ jobs: - name: Install Go uses: actions/setup-go@v5 with: - go-version: 1.22.2 + go-version: 1.22.11 - name: Checkout code uses: actions/checkout@v4 - name: Build utils diff --git a/.github/workflows/docs-url-alive-check.yaml b/.github/workflows/docs-url-alive-check.yaml index 4f093294fe..4635d179be 100644 --- a/.github/workflows/docs-url-alive-check.yaml +++ b/.github/workflows/docs-url-alive-check.yaml @@ -14,7 +14,7 @@ jobs: - name: Install Go uses: actions/setup-go@v5 with: - go-version: 1.22.2 + go-version: 1.22.11 env: GOPATH: ${{ github.workspace }}/kata-containers - name: Set env diff --git a/versions.yaml b/versions.yaml index 21590af1c7..3eda6d90cd 100644 --- a/versions.yaml +++ b/versions.yaml @@ -369,12 +369,12 @@ languages: golang: description: "Google's 'go' language" notes: "'version' is the default minimum version used by this project." - version: "1.22.2" + version: "1.22.11" meta: description: | 'newest-version' is the latest version known to work when building Kata - newest-version: "1.22.2" + newest-version: "1.22.11" rust: description: "Rust language"