Skip to content

Commit

Permalink
Update README with v1.2.0 links
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleconroy committed Jan 4, 2024
1 parent 253a45a commit aa5e345
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ version: '2'
plugins:
- name: golang
wasm:
url: https://downloads.sqlc.dev/plugin/sqlc-gen-go_1.1.0.wasm
sha256: 385754878be2403eddf79820659ffc30f72ad9c0ad01196bf337ac485ee54929
url: https://downloads.sqlc.dev/plugin/sqlc-gen-go_1.2.0.wasm
sha256: 965d73d22711eee3a210565e66f918b8cb831c5f5b612e680642a4a785dd1ca1
sql:
- schema: schema.sql
queries: query.sql
Expand Down Expand Up @@ -84,8 +84,8 @@ version: 2
plugins:
- name: golang
wasm:
url: "https://downloads.sqlc.dev/plugin/sqlc-gen-go_1.0.1.wasm"
sha256: "7aa8cd8c269822afa455ac4e7a56a0a12117512811a41f3457859770b315fc27"
url: "https://downloads.sqlc.dev/plugin/sqlc-gen-go_1.2.0.wasm"
sha256: "965d73d22711eee3a210565e66f918b8cb831c5f5b612e680642a4a785dd1ca1"
sql:
- schema: "query.sql"
queries: "query.sql"
Expand Down Expand Up @@ -139,8 +139,8 @@ version: "2"
plugins:
- name: golang
wasm:
url: "https://downloads.sqlc.dev/plugin/sqlc-gen-go_1.0.1.wasm"
sha256: "7aa8cd8c269822afa455ac4e7a56a0a12117512811a41f3457859770b315fc27"
url: "https://downloads.sqlc.dev/plugin/sqlc-gen-go_1.2.0.wasm"
sha256: "965d73d22711eee3a210565e66f918b8cb831c5f5b612e680642a4a785dd1ca1"
options:
golang:
rename:
Expand Down

0 comments on commit aa5e345

Please sign in to comment.