Skip to content

Commit

Permalink
chore: bump to 1.19 (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
tessig authored Oct 8, 2022
1 parent 618f599 commit d1f9177
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@ scripts in lexical order (see [filepath.Walk](https://godoc.org/path/filepath#Wa
```
sql
├── migrations
   ├── 1_usertable.up.sql
   ├── 1_usertable.down.sql
   ├── 2_other-table.up.sql
   ├── 2_other-table.down.sql
   ├── 3_usertable-addColumn.up.sql
   └── 3_usertable-addColumn.down.sql
├── 1_usertable.up.sql
├── 1_usertable.down.sql
├── 2_other-table.up.sql
├── 2_other-table.down.sql
├── 3_usertable-addColumn.up.sql
└── 3_usertable-addColumn.down.sql
└── seeds
├── users.sql
└── other-data.sql
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/tessig/flamingo-mysql

go 1.18
go 1.19

require (
flamingo.me/dingo v0.2.9
Expand Down

0 comments on commit d1f9177

Please sign in to comment.