Skip to content

Commit f06dc9d

Browse files
committed
cedar-go: reduce the minimum go version 1.23.0 and require the version of golang.org/x/exp that introduces constraints
Signed-off-by: Patrick Jakubowski <patrick.jakubowski@strongdm.com>
1 parent 90f5ce1 commit f06dc9d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module github.com/cedar-policy/cedar-go
22

3-
go 1.23.6
3+
go 1.23.0
44

5-
require golang.org/x/exp v0.0.0-20240222234643-814bf88cf225
5+
require golang.org/x/exp v0.0.0-20220921023135-46d9e7742f1e

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
golang.org/x/exp v0.0.0-20240222234643-814bf88cf225 h1:LfspQV/FYTatPTr/3HzIcmiUFH7PGP+OQ6mgDYo3yuQ=
2-
golang.org/x/exp v0.0.0-20240222234643-814bf88cf225/go.mod h1:CxmFvTBINI24O/j8iY7H1xHzx2i4OsyguNBmN/uPtqc=
1+
golang.org/x/exp v0.0.0-20220921023135-46d9e7742f1e h1:Ctm9yurWsg7aWwIpH9Bnap/IdSVxixymIb3MhiMEQQA=
2+
golang.org/x/exp v0.0.0-20220921023135-46d9e7742f1e/go.mod h1:cyybsKvd6eL0RnXn6p/Grxp8F5bW7iYuBgsNCOHpMYE=

0 commit comments

Comments
 (0)