Skip to content
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

Bump golang.org/x/crypto from 0.0.0-20220214200702-86341886e292 to 0.17.0 #64

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 30, 2024

Bumps golang.org/x/crypto from 0.0.0-20220214200702-86341886e292 to 0.17.0.

Commits

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20220214200702-86341886e292 to 0.17.0.
- [Commits](https://github.com/golang/crypto/commits/v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 30, 2024
PascalBourdier
PascalBourdier previously approved these changes May 30, 2024
@PascalBourdier PascalBourdier force-pushed the dependabot/go_modules/golang.org/x/crypto-0.17.0 branch 2 times, most recently from e3b1a7d to 7885d7e Compare July 16, 2024 14:19
to avoid this error during lint:
```
 # golang.org/x/tools/go/ast/astutil
Error: ../../../go/pkg/mod/golang.org/x/[email protected]/go/ast/astutil/enclosing.go:323:23: n.Type.TypeParams undefined (type *ast.FuncType has no field or method TypeParams)
Error: ../../../go/pkg/mod/golang.org/x/[email protected]/go/ast/astutil/enclosing.go:378:8: undefined: ast.IndexListExpr
Error: ../../../go/pkg/mod/golang.org/x/[email protected]/go/ast/astutil/enclosing.go:589:8: undefined: ast.IndexListExpr
Error: ../../../go/pkg/mod/golang.org/x/[email protected]/go/ast/astutil/rewrite.go:253:8: undefined: ast.IndexListExpr
Error: ../../../go/pkg/mod/golang.org/x/[email protected]/go/ast/astutil/rewrite.go:294:18: n.TypeParams undefined (type *ast.FuncType has no field or method TypeParams)
Error: ../../../go/pkg/mod/golang.org/x/[email protected]/go/ast/astutil/rewrite.go:409:18: n.TypeParams undefined (type *ast.TypeSpec has no field or method TypeParams)
note: module requires Go 1.19
```

remove deprecated flag `-i` with `go build`:
```
flag provided but not defined: -i
```
@PascalBourdier PascalBourdier force-pushed the dependabot/go_modules/golang.org/x/crypto-0.17.0 branch from 7885d7e to 49e7b60 Compare July 16, 2024 14:23
to make golangci-lint happy
@PascalBourdier PascalBourdier requested review from a team July 16, 2024 14:38
@PascalBourdier PascalBourdier merged commit 64af0ed into master Jul 16, 2024
2 checks passed
@PascalBourdier PascalBourdier deleted the dependabot/go_modules/golang.org/x/crypto-0.17.0 branch July 16, 2024 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants