diff options
Diffstat (limited to '.gitea/workflows/release.yml')
| -rw-r--r-- | .gitea/workflows/release.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index c6c1ddae..a0f2822d 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -13,11 +13,6 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - name: Setup go - uses: actions/setup-go@v5 - with: - go-version: '>=1.23.0' - - name: Build for release run: nix build --print-out-paths --print-build-logs .#dist |
