-
Notifications
You must be signed in to change notification settings - Fork 856
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): update go version to 1.18 #1363
Merged
Merged
Commits on Aug 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9550071 - Browse repository at this point
Copy the full SHA 9550071View commit details
Commits on Aug 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8cca19b - Browse repository at this point
Copy the full SHA 8cca19bView commit details
Commits on Aug 29, 2022
-
Update go.mod baseline to Go 1.18
Signed-off-by: Jauder Ho <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d96db6f - Browse repository at this point
Copy the full SHA d96db6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 72afe31 - Browse repository at this point
Copy the full SHA 72afe31View commit details
Commits on Sep 4, 2022
-
replace golint with staticcheck
using go 1.18, the `go get` command does no longer install golint. but since it's deprecated anyway, let's replace it with staticcheck
Configuration menu - View commit details
-
Copy full SHA for 4e94816 - Browse repository at this point
Copy the full SHA 4e94816View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f655c6 - Browse repository at this point
Copy the full SHA 6f655c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 437f2ca - Browse repository at this point
Copy the full SHA 437f2caView commit details -
internal/actions/mocks/progress.go: - ineffective break statement. Did you mean to break out of the outer loop? (SA4011) - redundant break statement (S1023) pkg/container/client.go: - should omit comparison to bool constant, can be simplified to execInspect.Running (S1002) - error strings should not be capitalized (ST1005) pkg/container/errors.go: - var errorNoExposedPorts is unused (U1000) pkg/registry/auth/auth.go: - argument err is overwritten before first use (SA4009) - the argument is already a string, there's no need to use fmt.Sprintf (S1025) pkg/registry/trust.go: - error strings should not be capitalized (ST1005)
Configuration menu - View commit details
-
Copy full SHA for 7a110c9 - Browse repository at this point
Copy the full SHA 7a110c9View 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.