From e217a69948e80388257f1caaa62f3504757576e4 Mon Sep 17 00:00:00 2001 From: Prad N Date: Thu, 29 May 2025 18:19:23 -0400 Subject: [PATCH] feat: streamline deployment workflow using devbox --- .github/workflows/deploy.yml | 10 ---------- devbox.json | 1 + 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 043bd71..e0fddc8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,11 +13,6 @@ jobs: with: fetch-depth: 0 - - name: Set up Go - uses: actions/setup-go@v5 - with: - go-version: stable - - name: Install devbox uses: jetify-com/devbox-install-action@v0.13.0 with: @@ -39,11 +34,6 @@ jobs: with: fetch-depth: 0 - - name: Set up Go - uses: actions/setup-go@v5 - with: - go-version: stable - - name: Install devbox uses: jetify-com/devbox-install-action@v0.13.0 with: diff --git a/devbox.json b/devbox.json index 7bd302e..25c4381 100644 --- a/devbox.json +++ b/devbox.json @@ -1,6 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.14.1/.schema/devbox.schema.json", "packages": [ + "go@latest", "templ@latest", "sqlc@latest", "nodejs@latest",