Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Update dependencies #3847

Merged
merged 10 commits into from
Jul 18, 2024
Merged

Update dependencies #3847

merged 10 commits into from
Jul 18, 2024

Conversation

ycombinator
Copy link
Contributor

This PR updates various dependencies in go.mod to newer versions.

@ycombinator ycombinator added the backport-skip Skip notification from the automated backport with mergify label Jul 18, 2024
Copy link
Contributor

mergify bot commented Jul 18, 2024

This pull request does not have a backport label. Could you fix it @ycombinator? 🙏
To fixup this pull request, you need to add the backport labels for the needed
branches, such as:

  • backport-v./d./d./d is the label to automatically backport to the 7./d branch. /d is the digit
    NOTE: backport-skip has been added to this pull request.

@kuisathaverat
Copy link
Contributor

it requires to bump https:/elastic/e2e-testing/blob/main/.go-version too

Running [/home/runner/golangci-lint-1.51.2-linux-amd64/golangci-lint run --out-format=github-actions --new-from-patch=/tmp/tmp-1812-F48bQXAfFwKF/pull.patch --new=false --new-from-rev= --timeout=30m --whole-files] in [] ...
  level=error msg="Running error: context loading failed: failed to load packages: failed to load with go/packages: err: exit status 1: stderr: go: errors parsing go.mod:\n/home/runner/work/e2e-testing/e2e-testing/go.mod:3: invalid go version '1.[22](https:/elastic/e2e-testing/actions/runs/9983431412/job/27591008871?pr=3847#step:4:24).0': must match format 1.23\n/home/runner/work/e2e-testing/e2e-testing/go.mod:5: unknown directive: toolchain\n"

@kuisathaverat kuisathaverat self-requested a review July 18, 2024 07:04
@kuisathaverat
Copy link
Contributor

+ make unit-test
mkdir -p /home/runner/work/e2e-testing/e2e-testing/outputs
cd internal && go run gotest.tools/gotestsum --junitfile "/home/runner/work/e2e-testing/e2e-testing/outputs/TEST-unit-internal.xml" --format testname -- -count=1 -timeout=5m ./...
go: downloading gotest.tools/gotestsum v1.9.0
go: downloading github.com/dnephin/pflag v1.0.[7](https:/elastic/e2e-testing/actions/runs/9987054205/job/27600685489?pr=3847#step:4:8)
go: downloading github.com/fatih/color v1.15.0
go: downloading github.com/google/shlex v0.0.0-2019120210045[8](https:/elastic/e2e-testing/actions/runs/9987054205/job/27600685489?pr=3847#step:4:9)-e7afc7fbc510
go: downloading github.com/mattn/go-colorable v0.1.13
go: downloading github.com/mattn/go-isatty v0.0.17
Error: ../../../../go/pkg/mod/github.com/mattn/[email protected]/isatty_tcgets.go:7:8: missing go.sum entry for module providing package golang.org/x/sys/unix (imported by gotest.tools/gotestsum/internal/filewatcher); to add:
	go get gotest.tools/gotestsum/internal/filewatcher@v1.[9](https:/elastic/e2e-testing/actions/runs/9987054205/job/27600685489?pr=3847#step:4:10).0
Error: ../../../../go/pkg/mod/gotest.tools/[email protected]/internal/filewatcher/watch.go:15:2: missing go.sum entry for module providing package github.com/fsnotify/fsnotify (imported by gotest.tools/gotestsum/internal/filewatcher); to add:
	go get gotest.tools/gotestsum/internal/[email protected]
Error: ../../../../go/pkg/mod/gotest.tools/[email protected]/testjson/execution.go:15:2: missing go.sum entry for module providing package golang.org/x/sync/errgroup (imported by gotest.tools/gotestsum/testjson); to add:
	go get gotest.tools/gotestsum/[email protected]
Error: ../../../../go/pkg/mod/gotest.tools/[email protected]/testjson/dotformat.go:[11](https:/elastic/e2e-testing/actions/runs/9987054205/job/27600685489?pr=3847#step:4:12):2: missing go.sum entry for module providing package golang.org/x/term (imported by gotest.tools/gotestsum/testjson); to add:
	go get gotest.tools/gotestsum/[email protected]
Error: ../../../../go/pkg/mod/gotest.tools/[email protected]/cmd/tool/slowest/ast.go:[12](https:/elastic/e2e-testing/actions/runs/9987054205/job/27600685489?pr=3847#step:4:13):2: missing go.sum entry for module providing package golang.org/x/tools/go/packages (imported by gotest.tools/gotestsum/cmd/tool/slowest); to add:
	go get gotest.tools/gotestsum/cmd/tool/[email protected]
make: *** [Makefile:45: unit-test-dir-internal] Error 1
Error: Process completed with exit code 2.

@ycombinator ycombinator merged commit 58f10b6 into elastic:main Jul 18, 2024
4 of 5 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
backport-skip Skip notification from the automated backport with mergify
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants