Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8a24f3a

Browse files
authored
Update workflow to use setup-sqlc (#41)
1 parentba3801e commit8a24f3a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
-uses:actions/setup-go@v5
1414
with:
1515
go-version:'1.21'
16-
-run:go install github.com/sqlc-dev/sqlc/cmd/sqlc@883c70a44e3c9e260598ae09034c92b51f2c9129
17-
#- uses: sqlc-dev/setup-sqlc@v4
18-
# with:
19-
#sqlc-version: '1.24.0'
16+
#- run: go install github.com/sqlc-dev/sqlc/cmd/sqlc@main
17+
-uses:sqlc-dev/setup-sqlc@v4
18+
with:
19+
sqlc-version:'1.25.0'
2020
-run:make
2121
-run:make test
2222
-run:sqlc diff

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp