Skip to content

Commit

Permalink
Bump version of go-github to v69.1.0 (#3478)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmlewis authored Feb 13, 2025
1 parent c4b2cb9 commit f867d00
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion example/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371
github.com/bradleyfalzon/ghinstallation/v2 v2.0.4
github.com/gofri/go-github-ratelimit v1.0.3
github.com/google/go-github/v69 v69.0.0
github.com/google/go-github/v69 v69.1.0
github.com/sigstore/sigstore-go v0.5.1
golang.org/x/crypto v0.31.0
golang.org/x/term v0.27.0
Expand Down
2 changes: 1 addition & 1 deletion example/newreposecretwithlibsodium/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.22.0

require (
github.com/GoKillers/libsodium-go v0.0.0-20171022220152-dd733721c3cb
github.com/google/go-github/v69 v69.0.0
github.com/google/go-github/v69 v69.1.0
)

require github.com/google/go-querystring v1.1.0 // indirect
Expand Down
2 changes: 1 addition & 1 deletion github/github.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (
)

const (
Version = "v69.0.0"
Version = "v69.1.0"

defaultAPIVersion = "2022-11-28"
defaultBaseURL = "https://api.github.com/"
Expand Down
2 changes: 1 addition & 1 deletion tools/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/alecthomas/kong v1.8.0
github.com/getkin/kin-openapi v0.128.0
github.com/google/go-cmp v0.6.0
github.com/google/go-github/v69 v69.0.0
github.com/google/go-github/v69 v69.1.0
golang.org/x/sync v0.11.0
gopkg.in/yaml.v3 v3.0.1
)
Expand Down

0 comments on commit f867d00

Please sign in to comment.