Skip to content

Commit

Permalink
update go.mod go version
Browse files Browse the repository at this point in the history
Signed-off-by: Travis Glenn Hansen <[email protected]>
  • Loading branch information
travisghansen committed Mar 16, 2024
1 parent c9e0244 commit e12abc2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v0.5.6

Released 2024-03-15

- update go version for `go.mod`

# v0.5.5

Released 2024-03-15
Expand Down
2 changes: 1 addition & 1 deletion src/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module csi-grpc-proxy

go 1.18
go 1.22

require (
github.com/Microsoft/go-winio v0.6.1
Expand Down

0 comments on commit e12abc2

Please sign in to comment.