Skip to content

Commit

Permalink
Update ginkgo to v2.12.0
Browse files Browse the repository at this point in the history
Signed-off-by: Sascha Grunert <[email protected]>
  • Loading branch information
saschagrunert committed Sep 18, 2023
1 parent 3dd1efb commit 80590d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 80590d2

Please sign in to comment.