fix(deps): update golang-packages (#5121)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Robert Kaussow <mail@thegeeklab.de>
This commit is contained in:
renovate[bot]
2025-04-25 15:55:30 +03:00
committed by GitHub
parent 97766e0bcb
commit c45657721f
26 changed files with 72 additions and 83 deletions

View File

@@ -16,7 +16,6 @@
package github
import (
"context"
"net/http/httptest"
"testing"
@@ -53,7 +52,7 @@ func Test_github(t *testing.T) {
defer s.Close()
ctx := context.Background()
ctx := t.Context()
t.Run("netrc with user token", func(t *testing.T) {
forge, _ := New(Opts{})