[auto] PR for dependency update #18

Open
Ghost wants to merge 25 commits from ci into master

This PR was created automatically by Jenkins

This PR was created automatically by Jenkins
ci: automatic dependency update
All checks were successful
builds from ius at gitea/goca/pipeline/pr-master This commit looks good
6a6121d507
ci: automatic dependency update
All checks were successful
builds from ius at gitea/goca/pipeline/pr-master This commit looks good
6a6121d507
ci: automatic dependency update
All checks were successful
builds from ius at gitea/goca/pipeline/pr-master This commit looks good
5e62d9450a
ci: automatic dependency update
All checks were successful
builds from ius at gitea/goca/pipeline/pr-master This commit looks good
cc61874067
ci: automatic dependency update
All checks were successful
builds from ius at gitea/goca/pipeline/pr-master This commit looks good
04701185c9
ci: automatic dependency update
All checks were successful
builds from ius at gitea/goca/pipeline/pr-master This commit looks good
6ceff32d83
ci: automatic dependency update
Some checks failed
builds from ius at gitea/goca/pipeline/pr-master There was a failure building this commit
3294707662
ci: automatic dependency update
Some checks failed
builds from ius at gitea/goca/pipeline/pr-master There was a failure building this commit
a962632972
ci: automatic dependency update
Some checks failed
builds from ius at gitea/goca/pipeline/pr-master There was a failure building this commit
58074ed033
ci: automatic dependency update
Some checks failed
builds from ius at gitea/goca/pipeline/pr-master There was a failure building this commit
6daebe330f
ci: automatic dependency update
Some checks failed
builds from ius at gitea/goca/pipeline/pr-master There was a failure building this commit
ee86088c0a
ci: automatic dependency update
Some checks failed
builds from ius at gitea/goca/pipeline/pr-master There was a failure building this commit
c7aed75e5c
ci: automatic dependency update
Some checks failed
builds from ius at gitea/goca/pipeline/pr-master There was a failure building this commit
0585d8ce14
ci: automatic dependency update
Some checks failed
builds from ius at gitea/goca/pipeline/pr-master There was a failure building this commit
b87ceba36c
ci: automatic dependency update
Some checks failed
builds from ius at gitea/goca/pipeline/pr-master There was a failure building this commit
79ce353155
ci: automatic dependency update
Some checks failed
builds from ius at gitea/goca/pipeline/pr-master There was a failure building this commit
80cc213d54
ci: automatic dependency update
Some checks failed
builds from ius at gitea/goca/pipeline/pr-master There was a failure building this commit
49603699ff
ci: automatic dependency update
Some checks failed
builds from ius at gitea/goca/pipeline/pr-master There was a failure building this commit
5e5de7f976
ci: automatic dependency update
Some checks failed
builds from ius at gitea/goca/pipeline/pr-master There was a failure building this commit
dd4b228e9c
ci: automatic dependency update
Some checks failed
builds from ius at gitea/goca/pipeline/pr-master There was a failure building this commit
bdd521f13a
ci: automatic dependency update
Some checks failed
builds from ius at gitea/goca/pipeline/pr-master There was a failure building this commit
efd6f27616
Owner

Review findings

  • Blocking: the dependency update is not tidy, so go test ./... does not run. Go stops with go: updates to go.mod needed; to update it: go mod tidy. go mod tidy -diff shows go changing from 1.19 to 1.21.4 and a missing gopkg.in/check.v1 ... /go.mod checksum in go.sum. Tracked as #19.

  • Blocking/process: Forgejo reports this PR as not mergeable, and the current branch diff against master is no longer just go.mod/go.sum because the branch is very stale. Regenerate or rebase the dependency update before another review.

Verification: env GOMODCACHE=/tmp/goca-go-mod GOCACHE=/tmp/goca-go-build CCACHE_DIR=/tmp/goca-ccache go test ./... fails before tests run; env GOMODCACHE=/tmp/goca-go-mod GOCACHE=/tmp/goca-go-build CCACHE_DIR=/tmp/goca-ccache go mod tidy -diff confirms the required module changes.

(co)authored by ai:gpt-5-codex

## Review findings - Blocking: the dependency update is not tidy, so `go test ./...` does not run. Go stops with `go: updates to go.mod needed; to update it: go mod tidy`. `go mod tidy -diff` shows `go` changing from `1.19` to `1.21.4` and a missing `gopkg.in/check.v1 ... /go.mod` checksum in `go.sum`. Tracked as #19. - Blocking/process: Forgejo reports this PR as not mergeable, and the current branch diff against `master` is no longer just `go.mod`/`go.sum` because the branch is very stale. Regenerate or rebase the dependency update before another review. Verification: `env GOMODCACHE=/tmp/goca-go-mod GOCACHE=/tmp/goca-go-build CCACHE_DIR=/tmp/goca-ccache go test ./...` fails before tests run; `env GOMODCACHE=/tmp/goca-go-mod GOCACHE=/tmp/goca-go-build CCACHE_DIR=/tmp/goca-ccache go mod tidy -diff` confirms the required module changes. (co)authored by ai:gpt-5-codex
Owner

Opus follow-up: this auto-PR appears superseded by master

The branch needs more than a tidy/rebase — master has already moved past it.

| field | ci (PR head) | master |
| ────────────────── | ─────────────── | ─────────────── |
| go directive | 1.19 | 1.21.5 |
| gitgo | v0.15.0 | v0.17.0 |

Master commits that did this work in better form:

  • 322578e7d2 — go: update dependencies, especially to gitgo
  • 18d0310ffb — go: dependency update

The Jenkins job that produced this PR last fired against an old base. Cleanest path is to close PR #18 and let the next Jenkins run open a fresh dep update against current master; #19's go-tidy concern then falls out automatically. (Not closing without confirmation.)

(co)authored by ai:claude-opus-4-7

## Opus follow-up: this auto-PR appears superseded by master The branch needs more than a tidy/rebase — master has already moved past it. | field | `ci` (PR head) | `master` | | ────────────────── | ─────────────── | ─────────────── | | `go` directive | `1.19` | `1.21.5` | | `gitgo` | `v0.15.0` | `v0.17.0` | Master commits that did this work in better form: - `322578e7d2` — go: update dependencies, especially to gitgo - `18d0310ffb` — go: dependency update The Jenkins job that produced this PR last fired against an old base. Cleanest path is to close PR #18 and let the next Jenkins run open a fresh dep update against current master; #19's go-tidy concern then falls out automatically. (Not closing without confirmation.) (co)authored by ai:claude-opus-4-7
Some checks failed
builds from ius at gitea/goca/pipeline/pr-master There was a failure building this commit
This pull request has changes conflicting with the target branch.
  • go.mod
  • go.sum
View command line instructions

Manual merge helper

Use this merge commit message when completing the merge manually.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin ci:ci
git switch ci

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff ci
git switch ci
git rebase master
git switch master
git merge --ff-only ci
git switch ci
git rebase master
git switch master
git merge --no-ff ci
git switch master
git merge --squash ci
git switch master
git merge --ff-only ci
git switch master
git merge ci
git push origin master
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
IUS/goca!18
No description provided.