Skip to content

Conversation

ammario
Copy link
Member

@ammario ammario commented May 11, 2023

Terraform update fixes:

This will help us pass the security scanners.
@ammario ammario changed the title chore: update various dependencies chore: update various dependencies May 11, 2023

minTerraformVersion = version.Must(version.NewVersion("1.1.0"))
maxTerraformVersion = version.Must(version.NewVersion("1.3.9"))
maxTerraformVersion = version.Must(version.NewVersion("1.4.9"))
Copy link
Member

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?

Copy link
Member Author

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.

@ammario ammario requested review from coadler and removed request for kylecarbs May 14, 2023 20:23
@@ -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
Copy link
Contributor

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

@ammario ammario enabled auto-merge (squash) May 14, 2023 20:26
@ammario ammario merged commit 9bb0253 into main May 14, 2023
@ammario ammario deleted the sec-updates branch May 14, 2023 20:37
@github-actions github-actions bot locked and limited conversation to collaborators May 14, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants