File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
# what distro is the image being built for
3
3
ARG ALPINE_TAG=3.21.3@sha256:a8560b36e8b8210634f77d9f7f9efd7ffa463e380b75e2e74aff4511df3ef88c
4
4
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
6
6
7
7
# renovate: datasource=github-releases depName=hashicorp/terraform versioning=hashicorp
8
8
ARG DEFAULT_TERRAFORM_VERSION=1.11.0
Original file line number Diff line number Diff line change 1
1
module github.com/runatlantis/atlantis/e2e
2
2
3
- go 1.24.0
3
+ go 1.24.1
4
4
5
5
require (
6
6
github.com/google/go-github/v68 v68.0.0
Original file line number Diff line number Diff line change 1
1
module github.com/runatlantis/atlantis
2
2
3
- go 1.24.0
3
+ go 1.24.1
4
4
5
5
require (
6
6
code.gitea.io/sdk/gitea v0.19.0
Original file line number Diff line number Diff line change 1
- FROM golang:1.24.0 @sha256:3f7444391c51a11a039bf0359ee81cc64e663c17d787ad0e637a4de1a3f62a71
1
+ FROM golang:1.24.1 @sha256:c5adecdb7b3f8c5ca3c88648a861882849cc8b02fed68ece31e25de88ad13418
2
2
3
3
RUN apt-get update && apt-get --no-install-recommends -y install unzip \
4
4
&& apt-get clean \
You can’t perform that action at this time.
0 commit comments