- Notifications
You must be signed in to change notification settings - Fork1.1k
chore: update various dependencies#7503
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
This will help us pass the security scanners.
| minTerraformVersion=version.Must(version.NewVersion("1.1.0")) | ||
| maxTerraformVersion=version.Must(version.NewVersion("1.3.9")) | ||
| maxTerraformVersion=version.Must(version.NewVersion("1.4.9")) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Hi. Is there a 1.4.9 version?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Nope, I was just trying to give us some buffer.
dogfood/Dockerfile Outdated
| RUN apt-get update && apt-get install --yes curl gcc | ||
| # Install Go manually, so that we can control the version | ||
| ARG GO_VERSION=1.20 | ||
| ARG GO_VERSION=1.20.3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Tbh I feel like keeping the patch out is fine so it always grabs the latest patch
Uh oh!
There was an error while loading.Please reload this page.
Terraform update fixes:
Alpine update fixes: