Skip to content

Commit

Permalink
build: update tools versions
Browse files Browse the repository at this point in the history
  • Loading branch information
JGiola committed Feb 4, 2025
1 parent 8c68bb3 commit ebd787a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ repos:
name: Trims trailing whitespace
args: [--markdown-linebreak-ext=md] # add exception for markdown linebreaks
- repo: https://github.com/gitleaks/gitleaks
rev: v8.22.1
rev: v8.23.3
hooks:
- id: gitleaks
name: Protect and discover secrets using Gitleaks
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed

- update go version to 1.23.4
- update testify to v1.10.0
- update oauth2 to v0.25.0
- update pflag to v1.0.6
- update sync to v0.10.0
- update testify to v1.10.0
- update text to v0.21.0
- update `deploy trigger` command to handle deployment pipeline failure

Expand Down
2 changes: 1 addition & 1 deletion tools/DEEPCOPY_GEN_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.32.0
v0.32.1
2 changes: 1 addition & 1 deletion tools/GORELEASER_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.5.1
v2.6.1

0 comments on commit ebd787a

Please sign in to comment.