From 3e0d81f830f3bc5f0963ad1478909d8e22a93260 Mon Sep 17 00:00:00 2001 From: Abolfazl Shahbazi Date: Wed, 23 Oct 2024 14:45:53 -0700 Subject: [PATCH] Update GHA to go1.23.2 as well Signed-off-by: Abolfazl Shahbazi --- .github/workflows/pr-go-unittests.yaml | 4 ++-- kubernetes-addons/memory-bandwidth-exporter/go.mod | 4 ++-- kubernetes-addons/memory-bandwidth-exporter/go.sum | 4 ++++ 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pr-go-unittests.yaml b/.github/workflows/pr-go-unittests.yaml index fff86e25..882db57c 100644 --- a/.github/workflows/pr-go-unittests.yaml +++ b/.github/workflows/pr-go-unittests.yaml @@ -66,10 +66,10 @@ jobs: actions: write packages: write steps: - - name: Set up Go 1.21 + - name: Set up Go 1.23 uses: actions/setup-go@v5 with: - go-version: "1.21" + go-version: "1.23" id: go - name: Checkout out Repo diff --git a/kubernetes-addons/memory-bandwidth-exporter/go.mod b/kubernetes-addons/memory-bandwidth-exporter/go.mod index ce637a3b..6abcd430 100644 --- a/kubernetes-addons/memory-bandwidth-exporter/go.mod +++ b/kubernetes-addons/memory-bandwidth-exporter/go.mod @@ -4,7 +4,7 @@ go 1.23.2 require ( github.com/alecthomas/kingpin/v2 v2.4.0 - github.com/containerd/nri v0.6.1 + github.com/containerd/nri v0.7.0 github.com/containers/common v0.60.4 github.com/go-kit/log v0.2.1 github.com/opencontainers/runtime-spec v1.2.0 @@ -19,7 +19,7 @@ require ( github.com/beorn7/perks v1.0.1 // indirect github.com/cespare/xxhash/v2 v2.3.0 // indirect github.com/containerd/log v0.1.0 // indirect - github.com/containerd/ttrpc v1.2.5 // indirect + github.com/containerd/ttrpc v1.2.6-0.20240827082320-b5cd6e4b3287 // indirect github.com/containers/storage v1.55.1 // indirect github.com/coreos/go-systemd/v22 v22.5.0 // indirect github.com/fsnotify/fsnotify v1.7.0 // indirect diff --git a/kubernetes-addons/memory-bandwidth-exporter/go.sum b/kubernetes-addons/memory-bandwidth-exporter/go.sum index 674dedc2..8b4238d0 100644 --- a/kubernetes-addons/memory-bandwidth-exporter/go.sum +++ b/kubernetes-addons/memory-bandwidth-exporter/go.sum @@ -10,8 +10,12 @@ github.com/containerd/log v0.1.0 h1:TCJt7ioM2cr/tfR8GPbGf9/VRAX8D2B4PjzCpfX540I= github.com/containerd/log v0.1.0/go.mod h1:VRRf09a7mHDIRezVKTRCrOq78v577GXq3bSa3EhrzVo= github.com/containerd/nri v0.6.1 h1:xSQ6elnQ4Ynidm9u49ARK9wRKHs80HCUI+bkXOxV4mA= github.com/containerd/nri v0.6.1/go.mod h1:7+sX3wNx+LR7RzhjnJiUkFDhn18P5Bg/0VnJ/uXpRJM= +github.com/containerd/nri v0.7.0 h1:scGL9JiBqNaWnghLFFPOzp0GxxWAc1uQtQ7qx8PHdCs= +github.com/containerd/nri v0.7.0/go.mod h1:uSkgBrCdEtAiEz4vnrq8gmAC4EnVAM5Klt0OuK5rZYQ= github.com/containerd/ttrpc v1.2.5 h1:IFckT1EFQoFBMG4c3sMdT8EP3/aKfumK1msY+Ze4oLU= github.com/containerd/ttrpc v1.2.5/go.mod h1:YCXHsb32f+Sq5/72xHubdiJRQY9inL4a4ZQrAbN1q9o= +github.com/containerd/ttrpc v1.2.6-0.20240827082320-b5cd6e4b3287 h1:zwv64tCdT888KxuXQuv5i36cEdljoXq3sVqLmOEbCQI= +github.com/containerd/ttrpc v1.2.6-0.20240827082320-b5cd6e4b3287/go.mod h1:YCXHsb32f+Sq5/72xHubdiJRQY9inL4a4ZQrAbN1q9o= github.com/containers/common v0.60.4 h1:H5+LAMHPZEqX6vVNOQ+IguVsaFl8kbO/SZ/VPXjxhy0= github.com/containers/common v0.60.4/go.mod h1:I0upBi1qJX3QmzGbUOBN1LVP6RvkKhd3qQpZbQT+Q54= github.com/containers/storage v1.55.1 h1:ius7angdTqxO56hmTJnAznyEcUnYeLOV3ybwLozA/h8=