mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-27 11:31:05 +00:00
build: Update golang version to 1.22.2
As we have an issue with a golang version for `run-cri-containerd`, it is required to bump the language. Signed-off-by: Hyounggyu Choi <Hyounggyu.Choi@ibm.com>
This commit is contained in:
parent
b42ddaf15f
commit
80cb4a6c18
2
.github/workflows/darwin-tests.yaml
vendored
2
.github/workflows/darwin-tests.yaml
vendored
@ -18,7 +18,7 @@ jobs:
|
|||||||
- name: Install Go
|
- name: Install Go
|
||||||
uses: actions/setup-go@v2
|
uses: actions/setup-go@v2
|
||||||
with:
|
with:
|
||||||
go-version: 1.19.3
|
go-version: 1.22.2
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Build utils
|
- 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
|
- name: Install Go
|
||||||
uses: actions/setup-go@v2
|
uses: actions/setup-go@v2
|
||||||
with:
|
with:
|
||||||
go-version: 1.19.3
|
go-version: 1.22.2
|
||||||
env:
|
env:
|
||||||
GOPATH: ${{ runner.workspace }}/kata-containers
|
GOPATH: ${{ runner.workspace }}/kata-containers
|
||||||
- name: Set env
|
- name: Set env
|
||||||
|
@ -5,10 +5,11 @@
|
|||||||
run:
|
run:
|
||||||
concurrency: 4
|
concurrency: 4
|
||||||
deadline: 600s
|
deadline: 600s
|
||||||
skip-dirs:
|
|
||||||
|
issues:
|
||||||
|
exclude-dirs:
|
||||||
- vendor
|
- vendor
|
||||||
# Ignore auto-generated protobuf code.
|
exclude-files:
|
||||||
skip-files:
|
|
||||||
- ".*\\.pb\\.go$"
|
- ".*\\.pb\\.go$"
|
||||||
|
|
||||||
linters:
|
linters:
|
||||||
|
@ -381,12 +381,12 @@ languages:
|
|||||||
golang:
|
golang:
|
||||||
description: "Google's 'go' language"
|
description: "Google's 'go' language"
|
||||||
notes: "'version' is the default minimum version used by this project."
|
notes: "'version' is the default minimum version used by this project."
|
||||||
version: "1.19.3"
|
version: "1.22.2"
|
||||||
meta:
|
meta:
|
||||||
description: |
|
description: |
|
||||||
'newest-version' is the latest version known to work when
|
'newest-version' is the latest version known to work when
|
||||||
building Kata
|
building Kata
|
||||||
newest-version: "1.19.3"
|
newest-version: "1.22.2"
|
||||||
|
|
||||||
rust:
|
rust:
|
||||||
description: "Rust language"
|
description: "Rust language"
|
||||||
@ -402,12 +402,12 @@ languages:
|
|||||||
description: "golangci-lint"
|
description: "golangci-lint"
|
||||||
notes: "'version' is the default minimum version used by this project."
|
notes: "'version' is the default minimum version used by this project."
|
||||||
url: "github.com/golangci/golangci-lint"
|
url: "github.com/golangci/golangci-lint"
|
||||||
version: "1.50.1"
|
version: "1.57.2"
|
||||||
meta:
|
meta:
|
||||||
description: |
|
description: |
|
||||||
'newest-version' is the latest version known to work when
|
'newest-version' is the latest version known to work when
|
||||||
building Kata
|
building Kata
|
||||||
newest-version: "1.50.1"
|
newest-version: "1.57.2"
|
||||||
|
|
||||||
specs:
|
specs:
|
||||||
description: "Details of important specifications"
|
description: "Details of important specifications"
|
||||||
|
Loading…
Reference in New Issue
Block a user