Skip to content

Commit

Permalink
Merge pull request #11 from Conjur-Enterprise/update-go
Browse files Browse the repository at this point in the history
CNJR-0000: Update to golang 1.22.4
  • Loading branch information
szh authored and GitHub Enterprise committed Jul 2, 2024
2 parents a4b2674 + 24343dc commit ad72c28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### Added
- Introduced secrets streaming from providers (CNJR-3580)
- Upgrade Go to 1.22.4

## [0.9.8] - 2024-04-25

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/cyberark/summon

go 1.22.1
go 1.22.4

require (
github.com/stretchr/testify v1.8.0
Expand Down

0 comments on commit ad72c28

Please sign in to comment.