Skip to content

Commit

Permalink
update go version for test
Browse files Browse the repository at this point in the history
  • Loading branch information
gengdahlCyral committed Feb 21, 2025
1 parent c25fe4b commit 3962994
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion parser/testdata/comments.go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// first-line comment which should bresk anything
module example.com/user/project // end-line comment which should not break anything

go 1.13
go 1.23
2 changes: 1 addition & 1 deletion parser/testdata/comments_deps.go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// first-line comment which should bresk anything
module example.com/user/project // end-line comment which should not break anything

go 1.13
go 1.23

require (
github.com/cyralinc/easyjson v0.7.10
Expand Down
2 changes: 1 addition & 1 deletion parser/testdata/default.go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module example.com/user/project

go 1.13
go 1.23
2 changes: 1 addition & 1 deletion parser/testdata/missing_module.go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

go 1.13
go 1.23

require (
github.com/cyralinc/easyjson v0.7.10
Expand Down

0 comments on commit 3962994

Please sign in to comment.