From 80590d26b937204986ee36fb4fbe159292fdfd88 Mon Sep 17 00:00:00 2001 From: Sascha Grunert Date: Mon, 18 Sep 2023 11:32:30 +0200 Subject: [PATCH] Update ginkgo to v2.12.0 Signed-off-by: Sascha Grunert --- .github/workflows/ci.yml | 2 +- Makefile | 2 +- dependencies.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 627e952f38..61ea7ce6d6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ on: - main env: CARGO_TERM_COLOR: always - GO_VERSION: '1.20' + GO_VERSION: '1.20.7' ACTION_MSRV_TOOLCHAIN: 1.69.0 NIX_VERSION: '2.17.0' jobs: diff --git a/Makefile b/Makefile index 6ae9b52ba7..06fde9a4c8 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ PREFIX ?= /usr CI_TAG ?= GOLANGCI_LINT_VERSION := v1.54.1 ZEITGEIST_VERSION := v0.4.1 -GINKGO_VERSION := v2.11.0 +GINKGO_VERSION := v2.12.0 default: cargo build diff --git a/dependencies.yaml b/dependencies.yaml index 8a6657364b..db73f9bdd2 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -27,7 +27,7 @@ dependencies: match: GOLANGCI_LINT_VERSION - name: ginkgo - version: 2.11.0 + version: 2.12.0 refPaths: - path: Makefile match: GINKGO_VERSION