Skip to content

Commit

Permalink
fix the default base diskimage for instances to the most recent ubunt…
Browse files Browse the repository at this point in the history
…u available in the system (#370)

Signed-off-by: alessandroargentieri <[email protected]>
  • Loading branch information
alessandroargentieri authored Mar 12, 2024
1 parent c281cdf commit c677e70
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 175 deletions.
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/bradfitz/iter v0.0.0-20191230175014-e8f45d346db8 // indirect
github.com/briandowns/spinner v1.11.1
github.com/c4milo/unpackit v0.0.0-20170704181138-4ed373e9ef1c // indirect
github.com/civo/civogo v0.3.59
github.com/civo/civogo v0.3.63
github.com/dsnet/compress v0.0.1 // indirect
github.com/fatih/color v1.13.0 // indirect
github.com/google/go-github v17.0.0+incompatible // indirect
Expand Down Expand Up @@ -62,6 +62,7 @@ require (
github.com/pkg/errors v0.9.1 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/image v0.11.0 // indirect
golang.org/x/mod v0.16.0 // indirect
golang.org/x/net v0.19.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/text v0.14.0 // indirect
Expand Down
Loading

0 comments on commit c677e70

Please sign in to comment.