Skip to content

Commit f867d00

Browse files
authored
Bump version of go-github to v69.1.0 (#3478)
1 parent c4b2cb9 commit f867d00

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

example/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371
77
github.com/bradleyfalzon/ghinstallation/v2 v2.0.4
88
github.com/gofri/go-github-ratelimit v1.0.3
9-
github.com/google/go-github/v69 v69.0.0
9+
github.com/google/go-github/v69 v69.1.0
1010
github.com/sigstore/sigstore-go v0.5.1
1111
golang.org/x/crypto v0.31.0
1212
golang.org/x/term v0.27.0

example/newreposecretwithlibsodium/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.22.0
44

55
require (
66
github.com/GoKillers/libsodium-go v0.0.0-20171022220152-dd733721c3cb
7-
github.com/google/go-github/v69 v69.0.0
7+
github.com/google/go-github/v69 v69.1.0
88
)
99

1010
require github.com/google/go-querystring v1.1.0 // indirect

github/github.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import (
2828
)
2929

3030
const (
31-
Version = "v69.0.0"
31+
Version = "v69.1.0"
3232

3333
defaultAPIVersion = "2022-11-28"
3434
defaultBaseURL = "https://api.github.com/"

tools/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/alecthomas/kong v1.8.0
77
github.com/getkin/kin-openapi v0.128.0
88
github.com/google/go-cmp v0.6.0
9-
github.com/google/go-github/v69 v69.0.0
9+
github.com/google/go-github/v69 v69.1.0
1010
golang.org/x/sync v0.11.0
1111
gopkg.in/yaml.v3 v3.0.1
1212
)

0 commit comments

Comments
 (0)