-
Notifications
You must be signed in to change notification settings - Fork 37
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
chore(deps): bump github.com/onsi/gomega from 1.16.0 to 1.17.0 #229
chore(deps): bump github.com/onsi/gomega from 1.16.0 to 1.17.0 #229
Conversation
d927142
to
3368b4d
Compare
3368b4d
to
4192de1
Compare
6c9cdce
to
5b1837c
Compare
Okay i don't know why this is failing and I am not in the mood today. When the action runs it fails with:
When I SSH into the machine in which the action is being run and run When I fetch this branch down locally and run it is fine. |
Solved So we setup our action with go 1.17. However the ubuntu machine sets up an earlier version of go by default (1.15) (remember i said that the ubuntu machine images come with tons of crap?). When we add 1.17 it is added for the non-root user only. Our action is running sudo ... make test so it is running with 1.15. When I sshed on to the action machine initially gomega now has a dependency which uses something which did not exist in 1.15, so the action fails. This is known in the setup action, but i doubt anything will be done about it |
b243a18
to
82b777d
Compare
Codecov Report
@@ Coverage Diff @@
## main #229 +/- ##
===========================================
- Coverage 55.81% 40.76% -15.05%
===========================================
Files 44 46 +2
Lines 2012 2139 +127
===========================================
- Hits 1123 872 -251
- Misses 781 1207 +426
+ Partials 108 60 -48
Continue to review full report at Codecov.
|
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.16.0 to 1.17.0. - [Release notes](https://github.com/onsi/gomega/releases) - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md) - [Commits](onsi/gomega@v1.16.0...v1.17.0) --- updated-dependencies: - dependency-name: github.com/onsi/gomega dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
So we setup our action with go 1.17. However the ubuntu machine sets up an earlier version of go by default (1.15) When we add 1.17 it is added for the non-root user only. Our action was running `sudo ... make test` so it is running with 1.15 and caused annoying failures.
82b777d
to
9efcd18
Compare
Bumps github.com/onsi/gomega from 1.16.0 to 1.17.0.
Release notes
Sourced from github.com/onsi/gomega's releases.
Changelog
Sourced from github.com/onsi/gomega's changelog.
Commits
05f6097
v1.17.03a26311
Add HaveField matcher2f96943
add Error() assertions on the final error value of multi-return values (#480)18a4723
separate out offsets and timeouts (#478)e001fab
fix transformation error reporting (#479)61cd3b8
Fix typo (#477)bf93408
allow transform functions to report errors (#472)07f405d
chore: stop using deprecated ioutil package (#467)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)