From 0ec4cc32a50cf6a98dc26dcccbc1f19fea0b2692 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Fri, 9 Feb 2024 17:43:08 +0400 Subject: [PATCH] feat: update Go to 1.22 For Talos 1.7.x. Signed-off-by: Andrey Smirnov --- .github/workflows/ci.yaml | 6 +++--- .github/workflows/weekly.yaml | 4 ++-- Pkgfile | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 24801e3c..5131c0d7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,6 +1,6 @@ # THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. # -# Generated on 2024-01-17T12:14:52Z by kres latest. +# Generated on 2024-02-09T13:40:45Z by kres latest. name: default concurrency: @@ -33,7 +33,7 @@ jobs: labels: ${{ steps.retrieve-pr-labels.outputs.result }} services: buildkitd: - image: moby/buildkit:v0.12.4 + image: moby/buildkit:v0.12.5 options: --privileged ports: - 1234:1234 @@ -109,7 +109,7 @@ jobs: - default services: buildkitd: - image: moby/buildkit:v0.12.4 + image: moby/buildkit:v0.12.5 options: --privileged ports: - 1234:1234 diff --git a/.github/workflows/weekly.yaml b/.github/workflows/weekly.yaml index c99585fe..a2f9d9c4 100644 --- a/.github/workflows/weekly.yaml +++ b/.github/workflows/weekly.yaml @@ -1,6 +1,6 @@ # THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. # -# Generated on 2023-12-13T17:13:50Z by kres latest. +# Generated on 2024-02-09T13:40:45Z by kres latest. name: weekly concurrency: @@ -16,7 +16,7 @@ jobs: - pkgs services: buildkitd: - image: moby/buildkit:v0.12.4 + image: moby/buildkit:v0.12.5 options: --privileged ports: - 1234:1234 diff --git a/Pkgfile b/Pkgfile index 1471a9a8..577190e5 100644 --- a/Pkgfile +++ b/Pkgfile @@ -3,7 +3,7 @@ format: v1alpha2 vars: - TOOLS_IMAGE: ghcr.io/siderolabs/tools:v1.7.0-alpha.0-5-gf4b41d1 + TOOLS_IMAGE: ghcr.io/siderolabs/tools:v1.7.0-alpha.0-6-gb6b4d9e # renovate: datasource=github-releases depName=containernetworking/plugins cni_version: v1.4.0