Skip to content

Commit 3dd51ef

Browse files
Merge pull request #59 from ctrlplanedev/trying-to-fix-this
fix: Trying to unstuck the release proccess
2 parents 05c7e62 + 8f5cc92 commit 3dd51ef

File tree

3 files changed

+1396
-869
lines changed

3 files changed

+1396
-869
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,31 +18,22 @@ jobs:
1818
runs-on: ubuntu-latest
1919
if: github.repository_owner == 'ctrlplanedev'
2020
steps:
21-
- name: Free disk space
22-
uses: jlumbroso/free-disk-space@main
23-
with:
24-
tool-cache: false
25-
android: true
26-
dotnet: true
27-
haskell: true
28-
large-packages: true
29-
docker-images: true
30-
swap-storage: true
31-
3221
- name: Checkout
3322
uses: actions/checkout@v4
3423
with:
3524
fetch-depth: 0
3625

3726
- name: Set up Go
3827
uses: actions/setup-go@v5
28+
with:
29+
go-version-file: go.mod
3930

4031
- name: Run GoReleaser
4132
uses: goreleaser/goreleaser-action@v5
4233
with:
4334
distribution: goreleaser
4435
version: "~> v2"
45-
args: release --clean
36+
args: release --clean --parallelism 2
4637
env:
4738
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
4839

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ require (
3636
github.com/loft-sh/vcluster v0.25.0
3737
github.com/mitchellh/go-homedir v1.1.0
3838
github.com/moby/term v0.5.2
39+
github.com/netbox-community/go-netbox/v4 v4.3.0
3940
github.com/oapi-codegen/runtime v1.1.1
4041
github.com/spf13/cobra v1.10.1
4142
github.com/spf13/viper v1.19.0
@@ -196,7 +197,6 @@ require (
196197
github.com/muesli/termenv v0.16.0 // indirect
197198
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
198199
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
199-
github.com/netbox-community/go-netbox/v4 v4.3.0 // indirect
200200
github.com/oapi-codegen/oapi-codegen/v2 v2.4.1 // indirect
201201
github.com/opencontainers/go-digest v1.0.0 // indirect
202202
github.com/opencontainers/image-spec v1.1.1 // indirect

0 commit comments

Comments
 (0)