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

Commitd837d66

Browse files
chore: update sqlc to 1.25.0 (#11538)
Co-authored-by: Muhammad Atif Ali <atif@coder.com>
1 parent0912cfc commitd837d66

File tree

6 files changed

+9
-5
lines changed

6 files changed

+9
-5
lines changed

‎.github/actions/setup-sqlc/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ runs:
77
-name:Setup sqlc
88
uses:sqlc-dev/setup-sqlc@v4
99
with:
10-
sqlc-version:"1.24.0"
10+
sqlc-version:"1.25.0"

‎.github/workflows/dogfood.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
-name:Set up Depot CLI
3636
uses:depot/setup-action@v1
3737

38+
-name:Set up Docker Buildx
39+
uses:docker/setup-buildx-action@v3
40+
3841
-name:Login to DockerHub
3942
if:github.ref == 'refs/heads/main'
4043
uses:docker/login-action@v3
@@ -47,6 +50,7 @@ jobs:
4750
with:
4851
project:b4q6ltmpzh
4952
token:${{ secrets.DEPOT_TOKEN }}
53+
buildx-fallback:true
5054
context:"{{defaultContext}}:dogfood"
5155
pull:true
5256
push:${{ github.ref == 'refs/heads/main' }}

‎coderd/database/models.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎coderd/database/querier.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎coderd/database/queries.sql.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎dogfood/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ RUN mkdir --parents "$GOPATH" && \
5353
# charts and values files
5454
go install github.com/norwoodj/helm-docs/cmd/helm-docs@v1.5.0 && \
5555
# sqlc for Go code generation
56-
(CGO_ENABLED=1 go install github.com/sqlc-dev/sqlc/cmd/sqlc@v1.24.0) && \
56+
(CGO_ENABLED=1 go install github.com/sqlc-dev/sqlc/cmd/sqlc@v1.25.0) && \
5757
# gcr-cleaner-cli used by CI to prune unused images
5858
go install github.com/sethvargo/gcr-cleaner/cmd/gcr-cleaner-cli@v0.5.1 && \
5959
# ruleguard for checking custom rules, without needing to run all of

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp