diff --git a/.tool-versions b/.tool-versions index 0d24382d9..6fcb72d67 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,2 +1,2 @@ node 22.14.0 -go 1.24.1 +go 1.24.2 diff --git a/Dockerfile b/Dockerfile index e420de97c..a3f4ff4dc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # what distro is the image being built for ARG ALPINE_TAG=3.21.3@sha256:a8560b36e8b8210634f77d9f7f9efd7ffa463e380b75e2e74aff4511df3ef88c ARG DEBIAN_TAG=12.10-slim@sha256:1209d8fd77def86ceb6663deef7956481cc6c14a25e1e64daec12c0ceffcc19d -ARG GOLANG_TAG=1.24.1-alpine@sha256:43c094ad24b6ac0546c62193baeb3e6e49ce14d3250845d166c77c25f64b0386 +ARG GOLANG_TAG=1.24.2-alpine@sha256:7772cb5322baa875edd74705556d08f0eeca7b9c4b5367754ce3f2f00041ccee # renovate: datasource=github-releases depName=hashicorp/terraform versioning=hashicorp ARG DEFAULT_TERRAFORM_VERSION=1.11.4 diff --git a/e2e/go.mod b/e2e/go.mod index ec5e0ae0e..a22012364 100644 --- a/e2e/go.mod +++ b/e2e/go.mod @@ -1,6 +1,6 @@ module github.com/runatlantis/atlantis/e2e -go 1.24.1 +go 1.24.2 require ( github.com/google/go-github/v71 v71.0.0 diff --git a/go.mod b/go.mod index 3e209fb07..1826652f0 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/runatlantis/atlantis -go 1.24.1 +go 1.24.2 require ( code.gitea.io/sdk/gitea v0.21.0 diff --git a/testing/Dockerfile b/testing/Dockerfile index 44ea34f6b..3fc0add80 100644 --- a/testing/Dockerfile +++ b/testing/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.24.1@sha256:52ff1b35ff8de185bf9fd26c70077190cd0bed1e9f16a2d498ce907e5c421268 +FROM golang:1.24.2@sha256:1ecc479bc712a6bdb56df3e346e33edcc141f469f82840bab9f4bc2bc41bf91d RUN apt-get update && apt-get --no-install-recommends -y install unzip \ && apt-get clean \