Skip to content

Commit

Permalink
update go version to 1.22.5
Browse files Browse the repository at this point in the history
  • Loading branch information
manosriram committed Jul 13, 2024
1 parent 3f6604e commit f7e5b41
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 lark

go 1.22.1
go 1.22.5

require (
github.com/stretchr/testify v1.9.0
Expand Down
2 changes: 1 addition & 1 deletion source.lark
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ e <- (1+2+3) + c + (3*1/10);
if (a==b) {
c <- "ok";
} else {
c G- "not_ok";
c <- "not_ok";
}
tt <- !false;
c <-> e;
Expand Down

0 comments on commit f7e5b41

Please sign in to comment.