diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 888a973ec8..8743bc3215 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,11 +2,7 @@ on: ["pull_request"] name: Static checks jobs: test: - strategy: - matrix: - go-version: [1.13.x, 1.14.x, 1.15.x] - os: [ubuntu-18.04] - runs-on: ${{ matrix.os }} + runs-on: ubuntu-latest env: GO111MODULE: off TRAVIS: "true" @@ -17,7 +13,7 @@ jobs: - name: Install Go uses: actions/setup-go@v2 with: - go-version: ${{ matrix.go-version }} + go-version: 1.19.3 - name: Setup GOPATH run: | gopath_org=$(go env GOPATH)/src/github.com/kata-containers/ diff --git a/README.md b/README.md index 29d904733b..0434265b95 100644 --- a/README.md +++ b/README.md @@ -87,9 +87,9 @@ The Architecture Committee is responsible for architectural decisions, including The current Architecture Committee members are: - `Eric Ernst` ([`egernst`](https://github.com/egernst)), [Apple](https://apple.com/). -- `Samuel Ortiz` ([`sameo`](https://github.com/sameo)), [Apple](https://apple.com/). -- `Archana Shinde` ([`amshinde`](https://github.com/amshinde)), [Intel](https://www.intel.com). -- `Peng Tao` ([`bergwolf`](https://github.com/bergwolf)), [Ant Financial](https://www.antfin.com/index.htm?locale=en_US). +- `Samuel Ortiz` ([`sameo`](https://github.com/sameo)), [`Rivos Inc`](https://www.rivosinc.com/). +- `Gerry Liu` ([`jiangliu`](https://github.com/jiangliu)), [`Alibaba Cloud`](https://www.alibabacloud.com/). +- `Peng Tao` ([`bergwolf`](https://github.com/bergwolf)), [Ant Group](https://www.antfin.com/index.htm?locale=en_US). - `Fabiano FidĂȘncio` ([`fidencio`](https://github.com/fidencio)), [Intel](https://www.intel.com). Architecture Committee elections take place in September (3 seats available) and February (2 seats available). Anyone who has made contributions to the project will be eligible to run, and anyone who has had code merged into the Kata Containers project in the 12 months (a Contributor) before the election will be eligible to vote. There are no term limits, but in order to encourage diversity, no more than 2 of the 5 seats can be filled by any one organization. diff --git a/elections/arch-committee-2022-11/Results.md b/elections/arch-committee-2022-11/Results.md index d8c4384dee..84deff2255 100644 --- a/elections/arch-committee-2022-11/Results.md +++ b/elections/arch-committee-2022-11/Results.md @@ -1,2 +1,20 @@ # Architecture Committee Election Results: Nov 2022 +Six nominations were received for the November 2022 elections: + +- [`Archana Shinde`](https://github.com/amshinde) +- [`Eric Ernst`](https://github.com/egernst) +- [`Fabiano FidĂȘncio`](https://github.com/fidencio) +- [`Feng Wang`](https://github.com/fengwang666) +- [`Fupan Li`](https://github.com/lifupan) +- [`Gerry Liu`](https://github.com/jiangliu) + +Three seats were available, so elections were held. + +The nominees elected to the positions were: + +- [`Eric Ernst`](https://github.com/egernst) +- [`Fabiano FidĂȘncio`](https://github.com/fidencio) +- [`Gerry Liu`](https://github.com/jiangliu) + +Congratulations to our new architecture committee members `Gerry` and our continuing member `Eric` and `Fabiano`!