-
Notifications
You must be signed in to change notification settings - Fork 2
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
Merge Upstream #3
Merged
Merged
Commits on Aug 5, 2021
-
This updates github.com/rogpeppe/go-internal from 1.6.1 to 1.8.0 and the github action 'setup-go' from v1 to v2. It also adds a config file for dependabot to automatically check this repo for new dependency versions weekly.
Configuration menu - View commit details
-
Copy full SHA for 0c671bc - Browse repository at this point
Copy the full SHA 0c671bcView commit details
Commits on Mar 8, 2022
-
Bump actions/checkout from 2 to 3 (kr#84)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d928460 - Browse repository at this point
Copy the full SHA d928460View commit details
Commits on Aug 25, 2022
-
Catch panics when calling GoString like fmt %#v does (kr#87)
This handles a few cases (similar to how fmt %#v does): - A GoString method on a value receiver, called with a nil pointer - A GoString method on a pointer receiver that doesn't check for nil - A GoString method that panics in some other way Because Go 1.17 added a method Time.GoString with value receiver, this broke structs that had *time.Time fields with nil values (which is common!). Also added a bunch of tests for these cases. Fixes kr#77 Co-authored-by: Jordan Barrett <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d8c7eb1 - Browse repository at this point
Copy the full SHA d8c7eb1View commit details
Commits on Aug 29, 2022
-
Bump github.com/rogpeppe/go-internal from 1.8.0 to 1.9.0 (kr#88)
This change bumps github.com/rogpeppe/go-internal from version 1.8.0 to 1.9.0. Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3cd153a - Browse repository at this point
Copy the full SHA 3cd153aView commit details
Commits on Jan 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1a8e037 - Browse repository at this point
Copy the full SHA 1a8e037View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0cfd4f - Browse repository at this point
Copy the full SHA b0cfd4fView commit details -
Merge branch 'master' into kr-main
Sync with master first to refresh go.mod / go.sum and run tests again, before merging PR.
Configuration menu - View commit details
-
Copy full SHA for 964c0e6 - Browse repository at this point
Copy the full SHA 964c0e6View commit details
Commits on Jan 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4a21565 - Browse repository at this point
Copy the full SHA 4a21565View commit details -
Configuration menu - View commit details
-
Copy full SHA for e15b213 - Browse repository at this point
Copy the full SHA e15b213View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd77bc4 - Browse repository at this point
Copy the full SHA dd77bc4View commit details -
Configuration menu - View commit details
-
Copy full SHA for a72af41 - Browse repository at this point
Copy the full SHA a72af41View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.