From 2ec44e8e47c03905e6705802a7d024b6227b3592 Mon Sep 17 00:00:00 2001 From: Michael Zappa Date: Mon, 15 Apr 2024 11:19:58 -0600 Subject: [PATCH] update ci Signed-off-by: Michael Zappa --- .github/workflows/ci.yml | 6 +++--- go.mod | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 086343e..c4225ab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: strategy: matrix: - go-version: [1.19.x, 1.20.x] + go-version: ["1.21.8", "1.22.1"] os: [ubuntu-22.04] steps: @@ -64,7 +64,7 @@ jobs: - uses: golangci/golangci-lint-action@v3 with: - version: v1.51.1 + version: v1.56.1 working-directory: src/github.com/containerd/go-cni tests: @@ -74,7 +74,7 @@ jobs: strategy: matrix: - go-version: [1.19.x, 1.20.x] + go-version: ["1.21.8", "1.22.1"] steps: - uses: actions/checkout@v3 diff --git a/go.mod b/go.mod index 65ea60f..65e1109 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/containerd/go-cni -go 1.19 +go 1.21 require ( github.com/containernetworking/cni v1.1.2