mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-28 23:58:19 +00:00
chore(deps): update dependency go to v1.24.2 in go.mod (main) (#5493)
Signed-off-by: Rui Chen <rui@chenrui.dev> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: PePe Amengual <2208324+jamengual@users.noreply.github.com> Co-authored-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
node 22.14.0
|
||||
go 1.24.1
|
||||
go 1.24.2
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
2
go.mod
2
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
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user