Skip to content

Commit 6c52666

Browse files
authored
Merge pull request #54 from codecrafters-io/CC-853
CC-853 updated go to 1.19 in go.mod
2 parents 27bc0fb + b91069e commit 6c52666

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

compiled_starters/go/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88

99
module github/com/codecrafters-io/sqlite-starter-go
1010

11-
go 1.16
11+
go 1.19
1212

1313
require github.com/xwb1989/sqlparser v0.0.0-20180606152119-120387863bf2

solutions/go/01-init/code/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88

99
module github/com/codecrafters-io/sqlite-starter-go
1010

11-
go 1.16
11+
go 1.19
1212

1313
require github.com/xwb1989/sqlparser v0.0.0-20180606152119-120387863bf2

starter_templates/go/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88

99
module github/com/codecrafters-io/sqlite-starter-go
1010

11-
go 1.16
11+
go 1.19
1212

1313
require github.com/xwb1989/sqlparser v0.0.0-20180606152119-120387863bf2

0 commit comments

Comments
 (0)