Skip to content

Commit

Permalink
Update module github.com/google/go-github/v64 to v65
Browse files Browse the repository at this point in the history
  • Loading branch information
Gacko committed Sep 16, 2024
1 parent c567ea1 commit 0945aa7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sdk/builder_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"time"

"github.com/Masterminds/semver/v3"
"github.com/google/go-github/v64/github"
"github.com/google/go-github/v65/github"
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"

Expand Down
2 changes: 1 addition & 1 deletion sdk/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (

"github.com/Masterminds/semver/v3"
"github.com/giantswarm/microerror"
"github.com/google/go-github/v64/github"
"github.com/google/go-github/v65/github"
"sigs.k8s.io/yaml"

. "github.com/giantswarm/releases/sdk/api/v1alpha1"
Expand Down
2 changes: 1 addition & 1 deletion sdk/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"net/http"
"net/http/httptest"

"github.com/google/go-github/v64/github"
"github.com/google/go-github/v65/github"
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"

Expand Down

0 comments on commit 0945aa7

Please sign in to comment.