Skip to content

Commit

Permalink
update go.mod (#48)
Browse files Browse the repository at this point in the history
* update go version

Signed-off-by: wfan <wfan@lycorp.co.jp>

* revert

Signed-off-by: wfan <wfan@lycorp.co.jp>

---------

Signed-off-by: wfan <wfan@lycorp.co.jp>
  • Loading branch information
WindzCUHK authored Dec 23, 2024
1 parent 2593c38 commit 9bc33cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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/AthenZ/authorization-proxy/v4

go 1.23.1
go 1.23.4

replace (
cloud.google.com/go => cloud.google.com/go v0.112.2
Expand Down
2 changes: 1 addition & 1 deletion go.mod.default
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/AthenZ/authorization-proxy/v4

go 1.20
go 1.23.4

replace (
cloud.google.com/go => cloud.google.com/go latest
Expand Down

0 comments on commit 9bc33cd

Please sign in to comment.