diff --git a/.github/workflows/darwin-tests.yaml b/.github/workflows/darwin-tests.yaml index 570fc8250..d3d1c2a38 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@v2 with: - go-version: 1.19.3 + go-version: 1.22.2 - 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 991b66d4d..64f990560 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@v2 with: - go-version: 1.19.3 + go-version: 1.22.2 env: GOPATH: ${{ runner.workspace }}/kata-containers - name: Set env diff --git a/tests/.golangci.yml b/tests/.golangci.yml index 5608aedba..7409bea6c 100644 --- a/tests/.golangci.yml +++ b/tests/.golangci.yml @@ -5,10 +5,11 @@ run: concurrency: 4 deadline: 600s - skip-dirs: + +issues: + exclude-dirs: - vendor -# Ignore auto-generated protobuf code. - skip-files: + exclude-files: - ".*\\.pb\\.go$" linters: diff --git a/versions.yaml b/versions.yaml index 401ab47f4..635046621 100644 --- a/versions.yaml +++ b/versions.yaml @@ -381,12 +381,12 @@ languages: golang: description: "Google's 'go' language" notes: "'version' is the default minimum version used by this project." - version: "1.19.3" + version: "1.22.2" meta: description: | 'newest-version' is the latest version known to work when building Kata - newest-version: "1.19.3" + newest-version: "1.22.2" rust: description: "Rust language" @@ -402,12 +402,12 @@ languages: description: "golangci-lint" notes: "'version' is the default minimum version used by this project." url: "github.com/golangci/golangci-lint" - version: "1.50.1" + version: "1.57.2" meta: description: | 'newest-version' is the latest version known to work when building Kata - newest-version: "1.50.1" + newest-version: "1.57.2" specs: description: "Details of important specifications"