Skip to content

Commit 50e3798

Browse files
renovate[bot]X-Guardian
authored andcommitted
chore(deps): update go to v1.24.1 in go.mod (main) (runatlantis#5395)
Signed-off-by: Simon Heather <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Simon Heather <[email protected]>
1 parent 72fc70e commit 50e3798

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# what distro is the image being built for
33
ARG ALPINE_TAG=3.21.3@sha256:a8560b36e8b8210634f77d9f7f9efd7ffa463e380b75e2e74aff4511df3ef88c
44
ARG DEBIAN_TAG=12.8-slim@sha256:d365f4920711a9074c4bcd178e8f457ee59250426441ab2a5f8106ed8fe948eb
5-
ARG GOLANG_TAG=1.24.0-alpine@sha256:2d40d4fc278dad38be0777d5e2a88a2c6dee51b0b29c97a764fc6c6a11ca893c
5+
ARG GOLANG_TAG=1.24.1-alpine@sha256:43c094ad24b6ac0546c62193baeb3e6e49ce14d3250845d166c77c25f64b0386
66

77
# renovate: datasource=github-releases depName=hashicorp/terraform versioning=hashicorp
88
ARG DEFAULT_TERRAFORM_VERSION=1.11.0

e2e/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/runatlantis/atlantis/e2e
22

3-
go 1.24.0
3+
go 1.24.1
44

55
require (
66
github.com/google/go-github/v68 v68.0.0

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/runatlantis/atlantis
22

3-
go 1.24.0
3+
go 1.24.1
44

55
require (
66
code.gitea.io/sdk/gitea v0.19.0

testing/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24.0@sha256:3f7444391c51a11a039bf0359ee81cc64e663c17d787ad0e637a4de1a3f62a71
1+
FROM golang:1.24.1@sha256:c5adecdb7b3f8c5ca3c88648a861882849cc8b02fed68ece31e25de88ad13418
22

33
RUN apt-get update && apt-get --no-install-recommends -y install unzip \
44
&& apt-get clean \

0 commit comments

Comments
 (0)