Skip to content

Commit 5970afe

Browse files
committed
test: update default go.mod
1 parent 79f9963 commit 5970afe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runner_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ func TestScenario(t *testing.T) {
5656
return
5757
}
5858

59-
err = os.WriteFile(filepath.Join(testWorkDir, "go.mod"), []byte("module github.com/jmattheis/goverter/execution\ngo 1.18"), 0o644)
59+
err = os.WriteFile(filepath.Join(testWorkDir, "go.mod"), []byte("module github.com/jmattheis/goverter/execution\ngo 1.23"), 0o644)
6060
require.NoError(t, err)
6161

6262
for name, content := range scenario.Input {

0 commit comments

Comments
 (0)