From 1fba7dc9a255edd1de09baa0687eb61208a9a12c Mon Sep 17 00:00:00 2001 From: Glenn Lewis <6598971+gmlewis@users.noreply.github.com> Date: Thu, 13 Feb 2025 10:36:15 -0500 Subject: [PATCH] Bump version of go-github to v69.1.0 Signed-off-by: Glenn Lewis <6598971+gmlewis@users.noreply.github.com> --- example/go.mod | 2 +- example/newreposecretwithlibsodium/go.mod | 2 +- github/github.go | 2 +- tools/go.mod | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/example/go.mod b/example/go.mod index 68a9b74a951..8da3a76db4f 100644 --- a/example/go.mod +++ b/example/go.mod @@ -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 diff --git a/example/newreposecretwithlibsodium/go.mod b/example/newreposecretwithlibsodium/go.mod index e90a28afde5..7ec84e7116d 100644 --- a/example/newreposecretwithlibsodium/go.mod +++ b/example/newreposecretwithlibsodium/go.mod @@ -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 diff --git a/github/github.go b/github/github.go index 9c5ca1f9241..b7d2212360e 100644 --- a/github/github.go +++ b/github/github.go @@ -28,7 +28,7 @@ import ( ) const ( - Version = "v69.0.0" + Version = "v69.1.0" defaultAPIVersion = "2022-11-28" defaultBaseURL = "https://api.github.com/" diff --git a/tools/go.mod b/tools/go.mod index 32d273b9bdc..07bc2ebae2b 100644 --- a/tools/go.mod +++ b/tools/go.mod @@ -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 )