From 9e0d096d58145757809ddce8b8650efc07e19916 Mon Sep 17 00:00:00 2001 From: Archit Kulkarni Date: Fri, 25 Oct 2024 18:33:13 +0000 Subject: [PATCH 1/4] Trivial doc commit to trigger lint Signed-off-by: Archit Kulkarni --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d028749..f46f731 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ A generic CNI library to provide APIs for CNI plugin interactions. The library p - Query status of CNI network plugin initialization - Check verifies the network is still in desired state -go-cni aims to support plugins that implement [Container Network Interface](https://github.com/containernetworking/cni) +go-cni aims to support plugins that implement [Container Network Interface](https://github.com/containernetworking/cni). ## Usage ```go From 14af4542b76fa694f2e1853b35554f23c6829f5d Mon Sep 17 00:00:00 2001 From: Archit Kulkarni Date: Fri, 25 Oct 2024 23:19:54 +0000 Subject: [PATCH 2/4] Bump github actions dependency versions Signed-off-by: Archit Kulkarni --- .github/workflows/ci.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d2a6d81..4223c5e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: timeout-minutes: 5 steps: - - uses: actions/setup-go@v3 + - uses: actions/setup-go@v5 with: go-version: 1.21.x @@ -24,7 +24,7 @@ jobs: echo "GOPATH=${{ github.workspace }}" >> $GITHUB_ENV echo "${{ github.workspace }}/bin" >> $GITHUB_PATH - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: path: src/github.com/containerd/go-cni fetch-depth: 25 @@ -48,11 +48,11 @@ jobs: os: [ubuntu-22.04] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: path: src/github.com/containerd/go-cni - - uses: actions/setup-go@v3 + - uses: actions/setup-go@v5 with: go-version: ${{ matrix.go }} @@ -62,9 +62,9 @@ jobs: echo "GOPATH=${{ github.workspace }}" >> $GITHUB_ENV echo "${{ github.workspace }}/bin" >> $GITHUB_PATH - - uses: golangci/golangci-lint-action@v3 + - uses: golangci/golangci-lint-action@v6 with: - version: v1.56.1 + version: v1.61.0 working-directory: src/github.com/containerd/go-cni tests: @@ -76,12 +76,12 @@ jobs: matrix: go-version: ["1.21.8", "1.22.1"] - steps: - - uses: actions/checkout@v3 + steps: + - uses: actions/checkout@v4 with: path: src/github.com/containerd/go-cni - - uses: actions/setup-go@v3 + - uses: actions/setup-go@v5 with: go-version: ${{ matrix.go }} From a9b0675fc9b8b5ce52d84f91a4fc049501853862 Mon Sep 17 00:00:00 2001 From: Archit Kulkarni Date: Fri, 25 Oct 2024 23:28:09 +0000 Subject: [PATCH 3/4] Another doc commit to trigger lint? Signed-off-by: Archit Kulkarni --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f46f731..898dcb3 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ A generic CNI library to provide APIs for CNI plugin interactions. The library p - Query status of CNI network plugin initialization - Check verifies the network is still in desired state -go-cni aims to support plugins that implement [Container Network Interface](https://github.com/containernetworking/cni). +go-cni aims to support plugins that implement the [Container Network Interface](https://github.com/containernetworking/cni). ## Usage ```go From 386f4757e63914b2589b8abe6098bfa23f83fa8b Mon Sep 17 00:00:00 2001 From: Archit Kulkarni Date: Fri, 25 Oct 2024 23:30:46 +0000 Subject: [PATCH 4/4] Fix ci.yml indent Signed-off-by: Archit Kulkarni --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4223c5e..d69dc68 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -76,7 +76,7 @@ jobs: matrix: go-version: ["1.21.8", "1.22.1"] - steps: + steps: - uses: actions/checkout@v4 with: path: src/github.com/containerd/go-cni