-
Notifications
You must be signed in to change notification settings - Fork 426
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 linter to version 1.40.1 #6033
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Update URLs and references in MD files
Update CoC contact
- Do not clear GOGC and GODEBUG in starter C init - Log FD_CLOEXEC on fds
Closes #7 Prevent a GC cycle firing after fds have been closed, which can cause a netpoll panic. Co-authored-by: Adam Hughes <[email protected]>
Bumps [github.com/containers/image/v5](https://github.com/containers/image) from 5.11.1 to 5.12.0. - [Release notes](https://github.com/containers/image/releases) - [Commits](containers/image@v5.11.1...v5.12.0) Signed-off-by: dependabot[bot] <[email protected]>
Add split issue templates, for bug reports, feature requests, and others.
Disable Go runtime GC for starter process
…ontainers/image/v5-5.12.0 Bump github.com/containers/image/v5 from 5.11.1 to 5.12.0
Update issue templates
Alpine Linux and Debian package Singularity themselves. The dist/alpinelinux and dist/debian directories contain old package specs that are not suitable to build a current version of Singularity, and are therefore misleading. Fixes #17
Remove old-style ISSUE_TEMPLATE.md
Remove outdated dist/alpinelinux & dist/debian
Bumps [github.com/sylabs/sif](https://github.com/sylabs/sif) from 1.2.1 to 1.2.2. - [Release notes](https://github.com/sylabs/sif/releases) - [Commits](sylabs/sif@v1.2.1...v1.2.2) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Update and expose some old .github documentation
Bumps [github.com/sylabs/sif](https://github.com/sylabs/sif) from 1.2.2 to 1.2.3. - [Release notes](https://github.com/sylabs/sif/releases) - [Commits](sylabs/sif@v1.2.2...v1.2.3) Signed-off-by: dependabot[bot] <[email protected]>
…ylabs/sif-1.2.3 Bump github.com/sylabs/sif from 1.2.2 to 1.2.3
Change tarball / package name to singularity-ce
The real URI to which we are pushing is computed at a lower level, in remote endpoint handling, than we have access to in the CLI newpair code. At present it is only correct for the default keystore. Remove the URI from the message, until we can address the issue by having the CLI code able to know the true correct URI in all cases. Fixes #4 See also #23
Add version to extracted dir from tarball
Do not show keystore URI in newpair confirmation message
CI Config Refactor
Simplify check-go-mod Step
Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd) from 1.5.0 to 1.5.1. - [Release notes](https://github.com/containerd/containerd/releases) - [Changelog](https://github.com/containerd/containerd/blob/master/RELEASES.md) - [Commits](containerd/containerd@v1.5.0...v1.5.1) Signed-off-by: dependabot[bot] <[email protected]>
…ontainerd/containerd-1.5.1 build(deps): bump github.com/containerd/containerd from 1.5.0 to 1.5.1
Bumps [github.com/fatih/color](https://github.com/fatih/color) from 1.10.0 to 1.11.0. - [Release notes](https://github.com/fatih/color/releases) - [Commits](fatih/color@v1.10.0...v1.11.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Update Ubuntu CI Image to Latest
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description of the Pull Request (PR):
The linter
golint
will be deprecated soon, so1.40.1
is the major version available for now. Whenever an update be provided, another update will be necessary. For now,1.40.1
works fine.This fixes or addresses the following GitHub issues:
Before submitting a PR, make sure you have done the following:
make check
and tested this PR locally with amake test
, andmake testall
if possible (see CONTRIBUTING.md).