-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update to go1.22.6 #5387
update to go1.22.6 #5387
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5387 +/- ##
==========================================
- Coverage 60.94% 59.70% -1.25%
==========================================
Files 304 345 +41
Lines 21346 23382 +2036
==========================================
+ Hits 13010 13960 +950
- Misses 7407 8452 +1045
- Partials 929 970 +41 |
4f6e41b
to
83f0f1a
Compare
Ah; this is failing now on linux/arm/v6, linux/arm/v7, linux/riscv64, linux/s390x; related to #5388 (review)
|
scripts/build/plugins
Outdated
(set -x ; CGO_ENABLED=0 GO111MODULE=auto go build -o "${TARGET_PLUGIN}" -tags "${GO_BUILDTAGS}" -ldflags "${GO_LDFLAGS}" ${GO_BUILDMODE} "github.com/docker/cli/${p}") | ||
(set -x ; CGO_ENABLED=0 GO111MODULE=auto go build -o "${TARGET_PLUGIN}" -tags "${GO_BUILDTAGS}" -ldflags "${GO_LDFLAGS}" "github.com/docker/cli/${p}") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wondering if instead, this should be removing the CGO_ENABLED=0
(similar to how we handle the main binary); that said, I don't think we need CGO here for the plugin (maybe for the -X
flags?)
83da7d3
to
69f650d
Compare
Signed-off-by: Sebastiaan van Stijn <[email protected]>
69f650d
to
d7d5659
Compare
- What I did
- How I did it
- How to verify it
- Description for the changelog
- A picture of a cute animal (not mandatory but encouraged)