Skip to content

Commit

Permalink
patch(deps): update dependency golang/go to v1.23.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 1, 2024
1 parent d1fb96a commit 1d72b94
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion v1.23/Dockerfile.amd64
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ENV GO111MODULE auto
COPY ./overlay /

# renovate: datasource=github-tags depName=golang/go
ENV GOLANG_VERSION=1.23.1
ENV GOLANG_VERSION=1.23.2

# renovate: datasource=github-releases depName=upx/upx
ENV UPX_VERSION=4.2.4
Expand Down
2 changes: 1 addition & 1 deletion v1.23/Dockerfile.arm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ENV GO111MODULE auto
COPY ./overlay /

# renovate: datasource=github-tags depName=golang/go
ENV GOLANG_VERSION=1.23.1
ENV GOLANG_VERSION=1.23.2

# renovate: datasource=github-releases depName=upx/upx
ENV UPX_VERSION=4.2.4
Expand Down
2 changes: 1 addition & 1 deletion v1.23/Dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ENV GO111MODULE auto
COPY ./overlay /

# renovate: datasource=github-tags depName=golang/go
ENV GOLANG_VERSION=1.23.1
ENV GOLANG_VERSION=1.23.2

# renovate: datasource=github-releases depName=upx/upx
ENV UPX_VERSION=4.2.4
Expand Down

0 comments on commit 1d72b94

Please sign in to comment.