File: bump-go-github.patch

package info (click to toggle)
cosign 2.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,960 kB
  • sloc: sh: 222; makefile: 170
file content (19 lines) | stat: -rw-r--r-- 518 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
From: Simon Josefsson <simon@josefsson.org>
Subject: [PATCH] Bump Go GitHub
Origin: vendor
Forwarded: not-needed
Last-Update: 2025-01-20

diff --git a/pkg/cosign/git/github/github.go b/pkg/cosign/git/github/github.go
index d58e68d4..8a383761 100644
--- a/pkg/cosign/git/github/github.go
+++ b/pkg/cosign/git/github/github.go
@@ -25,7 +25,7 @@ import (
 	"os"
 	"strings"
 
-	"github.com/google/go-github/v55/github"
+	"github.com/google/go-github/v60/github"
 	"golang.org/x/crypto/nacl/box"
 	"golang.org/x/oauth2"