File tree Expand file tree Collapse file tree 3 files changed +1396
-869
lines changed
Expand file tree Collapse file tree 3 files changed +1396
-869
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments