Skip to content

Commit

Permalink
Bump version of go-github to v69.2.0 (#3482)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmlewis authored Feb 17, 2025
1 parent e4c974e commit 0b11dbf
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ Versions prior to 48.2.0 are not listed.

| go-github Version | GitHub v3 API Version |
| ----------------- | --------------------- |
| 69.0.0 | 2022-11-28 |
| 69.x.0 | 2022-11-28 |
| ... | 2022-11-28 |
| 48.2.0 | 2022-11-28 |

Expand Down
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.1.0
github.com/google/go-github/v69 v69.2.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.1.0
github.com/google/go-github/v69 v69.2.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 @@ -29,7 +29,7 @@ import (
)

const (
Version = "v69.1.0"
Version = "v69.2.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.1.0
github.com/google/go-github/v69 v69.2.0
golang.org/x/sync v0.11.0
gopkg.in/yaml.v3 v3.0.1
)
Expand Down

0 comments on commit 0b11dbf

Please sign in to comment.