-
Notifications
You must be signed in to change notification settings - Fork 889
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
@@ -8,7 +8,7 @@ FROM ubuntu:jammy AS go | |||
|
|||
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
Terraform update fixes:
Alpine update fixes: