mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-12 20:39:30 +00:00
versions: Bump golang version
Bump golang version to the latest minor 1.23.x release now that 1.24 has been released and 1.22.x is no longer stable and receiving security fixes Signed-off-by: stevenhorsman <steven@uk.ibm.com>
This commit is contained in:
2
.github/workflows/darwin-tests.yaml
vendored
2
.github/workflows/darwin-tests.yaml
vendored
@@ -18,7 +18,7 @@ jobs:
|
||||
- name: Install Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: 1.22.11
|
||||
go-version: 1.23.7
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
- name: Build utils
|
||||
|
2
.github/workflows/docs-url-alive-check.yaml
vendored
2
.github/workflows/docs-url-alive-check.yaml
vendored
@@ -14,7 +14,7 @@ jobs:
|
||||
- name: Install Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: 1.22.11
|
||||
go-version: 1.23.7
|
||||
env:
|
||||
GOPATH: ${{ github.workspace }}/kata-containers
|
||||
- name: Set env
|
||||
|
@@ -1,6 +1,7 @@
|
||||
module github.com/kata-containers/kata-containers/src/runtime
|
||||
|
||||
go 1.21
|
||||
// Keep in sync with version in versions.yaml
|
||||
go 1.23
|
||||
|
||||
// WARNING: Do NOT use `replace` directives as those break dependabot:
|
||||
// https://github.com/kata-containers/kata-containers/issues/11020
|
||||
|
@@ -1,6 +1,7 @@
|
||||
module kata-containers/csi-kata-directvolume
|
||||
|
||||
go 1.20
|
||||
// Keep in sync with version in versions.yaml
|
||||
go 1.23
|
||||
|
||||
// WARNING: Do NOT use `replace` directives as those break dependabot:
|
||||
// https://github.com/kata-containers/kata-containers/issues/11020
|
||||
|
@@ -1,6 +1,7 @@
|
||||
module github.com/kata-containers/kata-containers/src/tools/log-parser
|
||||
|
||||
go 1.19
|
||||
// Keep in sync with version in versions.yaml
|
||||
go 1.23
|
||||
|
||||
require (
|
||||
github.com/BurntSushi/toml v1.1.0
|
||||
|
@@ -1,6 +1,7 @@
|
||||
module github.com/kata-containers/tests
|
||||
|
||||
go 1.19
|
||||
// Keep in sync with version in versions.yaml
|
||||
go 1.23
|
||||
|
||||
// WARNING: Do NOT use `replace` directives as those break dependabot:
|
||||
// https://github.com/kata-containers/kata-containers/issues/11020
|
||||
|
@@ -1,6 +1,7 @@
|
||||
module example.com/m
|
||||
|
||||
go 1.19
|
||||
// Keep in sync with version in versions.yaml
|
||||
go 1.23
|
||||
|
||||
require (
|
||||
github.com/BurntSushi/toml v1.3.2
|
||||
|
@@ -1,6 +1,7 @@
|
||||
module module-path
|
||||
|
||||
go 1.21
|
||||
// Keep in sync with version in versions.yaml
|
||||
go 1.23
|
||||
|
||||
require (
|
||||
github.com/sirupsen/logrus v1.9.3
|
||||
|
@@ -387,12 +387,12 @@ languages:
|
||||
golang:
|
||||
description: "Google's 'go' language"
|
||||
notes: "'version' is the default minimum version used by this project."
|
||||
version: "1.22.11"
|
||||
version: "1.23.7"
|
||||
meta:
|
||||
description: |
|
||||
'newest-version' is the latest version known to work when
|
||||
building Kata
|
||||
newest-version: "1.22.11"
|
||||
newest-version: "1.23.7"
|
||||
|
||||
rust:
|
||||
description: "Rust language"
|
||||
|
Reference in New Issue
Block a user