From c283b5eae268f1dd4a161ea46a27909f54f42ecd Mon Sep 17 00:00:00 2001 From: Kyle Conroy Date: Wed, 22 Nov 2023 11:35:39 -0800 Subject: [PATCH] build: Install v1.24.0 via setup-sql --- .github/workflows/ci.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 805e9f4..3f76722 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,11 +13,10 @@ jobs: - uses: actions/setup-go@v4 with: go-version: '1.21' - - run: go install github.com/sqlc-dev/sqlc/cmd/sqlc@52beae33148eafd4fc3d56f9ae95dcb529d9e4a1 - # - uses: sqlc-dev/setup-sqlc@v4 - # with: - # sqlc-version: '1.23.0' + - uses: sqlc-dev/setup-sqlc@v4 + with: + sqlc-version: '1.24.0' - run: make - run: make test - run: sqlc diff - working-directory: examples \ No newline at end of file + working-directory: examples