Skip to content

Commit b2d22ae

Browse files
update golang version for jsontext package
Signed-off-by: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com>
1 parent d284cd0 commit b2d22ae

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/theopenlane/core
22

3-
go 1.26.2
3+
go 1.26.3
44

55
tool (
66
github.com/dave/jennifer

go.work

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
go 1.26.2
1+
go 1.26.3
22

33
use (
44
// core is the main module containing the API and business logic, nothing in pkg or internal should be imported by other modules

0 commit comments

Comments
 (0)