Skip to content

Commit ba256bd

Browse files
committed
chore: updated go version to 1.21.0 and uploading of plugin as artifact
1 parent c7137df commit ba256bd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,9 @@ jobs:
1212
- uses: actions/checkout@v3
1313
- uses: actions/setup-go@v4
1414
with:
15-
go-version: '1.21.0-rc.2'
15+
go-version: '1.21.0'
1616
- run: make
17+
- uses: actions/upload-artifact@v3
18+
with:
19+
name: sqlc-gen-python
20+
path: plugin/sqlc-gen-python.wasm

0 commit comments

Comments
 (0)