File tree 5 files changed +11
-10
lines changed
5 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 9
9
description : What version of sqlc are you running? If you don't know, run `sqlc version`.
10
10
multiple : false
11
11
options :
12
+ - 1.23.0
12
13
- 1.22.0
13
14
- 1.21.0
14
15
- 1.20.0
Original file line number Diff line number Diff line change 22
22
author = 'Riza, Inc.'
23
23
24
24
# The full version, including alpha/beta/rc tags
25
- release = '1.22 .0'
25
+ release = '1.23 .0'
26
26
27
27
28
28
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 57
57
- uses : actions/checkout@v3
58
58
- uses : sqlc-dev/setup-sqlc@v3
59
59
with :
60
- sqlc-version : ' 1.22 .0'
60
+ sqlc-version : ' 1.23 .0'
61
61
- run : sqlc diff
62
62
` ` `
63
63
91
91
- uses: actions/checkout@v3
92
92
- uses: sqlc-dev/setup-sqlc@v3
93
93
with:
94
- sqlc-version: '1.22 .0'
94
+ sqlc-version: '1.23 .0'
95
95
# Connect and migrate your database here. This is an example which runs
96
96
# commands from a ` schema.sql` file.
97
97
- run : psql -h localhost -U postgres -p $PG_PORT -d postgres -f schema.sql
@@ -119,7 +119,7 @@ jobs:
119
119
- uses : actions/checkout@v3
120
120
- uses : sqlc-dev/setup-sqlc@v3
121
121
with :
122
- sqlc-version : ' 1.22 .0'
122
+ sqlc-version : ' 1.23 .0'
123
123
- run : sqlc vet
124
124
` ` `
125
125
@@ -144,7 +144,7 @@ jobs:
144
144
- uses : actions/checkout@v3
145
145
- uses : sqlc-dev/setup-sqlc@v3
146
146
with :
147
- sqlc-version : ' 1.22 .0'
147
+ sqlc-version : ' 1.23 .0'
148
148
- run : sqlc upload
149
149
env :
150
150
SQLC_AUTH_TOKEN : ${{ secrets.SQLC_AUTH_TOKEN }}
Original file line number Diff line number Diff line change @@ -48,10 +48,10 @@ docker run --rm -v "%cd%:/src" -w /src sqlc/sqlc generate
48
48
49
49
## Downloads
50
50
51
- Get pre-built binaries for * v1.22 .0* :
51
+ Get pre-built binaries for * v1.23 .0* :
52
52
53
- - [ Linux] ( https://downloads.sqlc.dev/sqlc_1.22 .0_linux_amd64.tar.gz )
54
- - [ macOS] ( https://downloads.sqlc.dev/sqlc_1.22 .0_darwin_amd64.zip )
55
- - [ Windows] ( https://downloads.sqlc.dev/sqlc_1.22 .0_windows_amd64.zip )
53
+ - [ Linux] ( https://downloads.sqlc.dev/sqlc_1.23 .0_linux_amd64.tar.gz )
54
+ - [ macOS] ( https://downloads.sqlc.dev/sqlc_1.23 .0_darwin_amd64.zip )
55
+ - [ Windows] ( https://downloads.sqlc.dev/sqlc_1.23 .0_windows_amd64.zip )
56
56
57
57
See [ downloads.sqlc.dev] ( https://downloads.sqlc.dev/ ) for older versions.
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ package info
2
2
3
3
// When no version is set, return the next bug fix version
4
4
// after the most recent tag
5
- const Version = "v1.22 .0"
5
+ const Version = "v1.23 .0"
You can’t perform that action at this time.
0 commit comments