Update go-github and garm-provider-common
We need to abstract away the tools struct and not have garm-provider-common depend on go-github just for that one struct. It makes it hard to update go-github without updating garm-provider-common first and then all the rest of the providers. Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
This commit is contained in:
parent
b1dd54c07e
commit
fc77a4b735
324 changed files with 1352 additions and 25057 deletions
|
|
@ -5,7 +5,7 @@ import (
|
|||
"fmt"
|
||||
"log"
|
||||
|
||||
"github.com/google/go-github/v54/github"
|
||||
"github.com/google/go-github/v55/github"
|
||||
"golang.org/x/oauth2"
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue